File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id(" org.jetbrains.kotlin.jvm" ) version " 1.8.22"
3+ `kotlin- dsl`
34}
45
56repositories {
Original file line number Diff line number Diff line change 11plugins {
22 alias(libs.plugins.android.library)
3+ alias(libs.plugins.android.kotlin)
34}
45
56android {
@@ -26,12 +27,16 @@ android {
2627 sourceCompatibility = JavaVersion .VERSION_1_8
2728 targetCompatibility = JavaVersion .VERSION_1_8
2829 }
30+ kotlinOptions {
31+ jvmTarget = " 1.8"
32+ }
2933}
3034
3135dependencies {
3236
3337 implementation(libs.androidx.appcompat)
3438 implementation(libs.material)
39+ implementation(libs.androidx.core.ktx)
3540 testImplementation(libs.junit)
3641 androidTestImplementation(libs.androidx.junit)
3742 androidTestImplementation(libs.androidx.espresso.core)
You can’t perform that action at this time.
0 commit comments