update kotlin and add versions plugin

This commit is contained in:
2023-07-28 12:13:27 +06:00
parent 9b994de857
commit 01722311e6
7 changed files with 10 additions and 7 deletions

View File

@@ -55,10 +55,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
sourceSets {
String sep = File.separator
main.java.srcDirs += "src${sep}main${sep}kotlin"