Removed deprecated kotlin-android-extensions

This commit is contained in:
antonio 2023-03-11 18:12:46 +01:00
parent 92ee492a86
commit f995ea9cec
31 changed files with 22 additions and 525 deletions

View file

@ -1,4 +1,3 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
@ -6,10 +5,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.0'
}
}