Skip to content

Commit 188b7be

Browse files
committed
Use androidTarget instead of android
1 parent 05a824e commit 188b7be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kmm-viewmodel-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kotlin {
2222
val tvosArm64 = tvosArm64()
2323
val tvosX64 = tvosX64()
2424
val tvosSimulatorArm64 = tvosSimulatorArm64()
25-
android {
25+
androidTarget {
2626
publishLibraryVariants("release")
2727
}
2828
sourceSets {

sample/shared/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
kotlin {
13-
android()
13+
androidTarget()
1414
jvmToolchain(11)
1515

1616
listOf(

0 commit comments

Comments
 (0)