Compare commits

...

2 Commits

Author SHA1 Message Date
vladimir-shperling
5be7bb7764 Merge remote-tracking branch 'upstream/main'
All checks were successful
Merge core/template-android-project to this repo / merge-if-needed (push) Successful in 17s
2024-09-09 08:49:41 +00:00
220eb99921 Add kotlin init 2024-09-09 02:45:39 +07:00
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,5 @@
plugins {
kotlinAndroid
androidApplication
}
@ -17,13 +18,17 @@ android {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildFeatures.viewBinding = true
compileOptions {
sourceCompatibility = Version.Kotlin.javaSource
targetCompatibility = Version.Kotlin.javaSource
}
kotlinOptions {
jvmTarget = Version.Kotlin.jvmTarget
}
}
dependencies {

@ -1 +1 @@
Subproject commit e0cd40f8a1d1e53eab146f4ae489a1cd943ac154
Subproject commit deb24ec7ef3d1bda80ec8d8619b7b2bc86788682