Compare commits
No commits in common. "8ff6f9a37e833a0bdb60512ba9fa60d02d98c34f" and "ba26647865a74990450e055a6098f126b65584fd" have entirely different histories.
8ff6f9a37e
...
ba26647865
@ -1,5 +1,4 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlinAndroid
|
|
||||||
androidApplication
|
androidApplication
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -18,17 +17,13 @@ android {
|
|||||||
|
|
||||||
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
buildFeatures.viewBinding = true
|
buildFeatures.viewBinding = true
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility = Version.Kotlin.javaSource
|
sourceCompatibility = Version.Kotlin.javaSource
|
||||||
targetCompatibility = Version.Kotlin.javaSource
|
targetCompatibility = Version.Kotlin.javaSource
|
||||||
}
|
}
|
||||||
|
|
||||||
kotlinOptions {
|
|
||||||
jvmTarget = Version.Kotlin.jvmTarget
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
2
buildSrc
2
buildSrc
@ -1 +1 @@
|
|||||||
Subproject commit deb24ec7ef3d1bda80ec8d8619b7b2bc86788682
|
Subproject commit e0cd40f8a1d1e53eab146f4ae489a1cd943ac154
|
Loading…
x
Reference in New Issue
Block a user