updates in scripts and update core ktx

This commit is contained in:
2021-11-09 14:03:51 +06:00
parent 8fbc6b9041
commit 38d0e34fb5
6 changed files with 27 additions and 12 deletions

View File

@@ -26,7 +26,6 @@ kotlin {
apply from: "$defaultAndroidSettingsPresetPath"
java {
toolchain {
languageVersion = JavaLanguageVersion.of(8)
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}