Skip to content

Commit

Permalink
Use androidTarget (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Nov 21, 2023
1 parent c319d01 commit 529c8bc
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion box/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlin {
explicitApi()
jvmToolchain(libs.versions.jvm.toolchain.get().toInt())

android().publishAllLibraryVariants()
androidTarget().publishAllLibraryVariants()
jvm()
js().browser()
macosArm64()
Expand Down
2 changes: 1 addition & 1 deletion color/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {
}

kotlin {
android()
androidTarget()
jvm()

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
explicitApi()
jvmToolchain(libs.versions.jvm.toolchain.get().toInt())

android() { publishAllLibraryVariants() }
androidTarget() { publishAllLibraryVariants() }
jvm("desktop")

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion element-view/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kotlin {
explicitApi()
jvmToolchain(libs.versions.jvm.toolchain.get().toInt())

android().publishAllLibraryVariants()
androidTarget().publishAllLibraryVariants()
js().browser()

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion kanvas/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}

kotlin {
android()
androidTarget()
jvm()

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion kanvas/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kotlin {
explicitApi()
jvmToolchain(libs.versions.jvm.toolchain.get().toInt())

android().publishAllLibraryVariants()
androidTarget().publishAllLibraryVariants()
jvm()
js().browser()
iosArm64()
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
kotlin {
jvmToolchain(libs.versions.jvm.toolchain.get().toInt())

android()
androidTarget()
jvm("desktop")
js {
browser()
Expand Down

0 comments on commit 529c8bc

Please sign in to comment.