Skip to content

Commit

Permalink
revert PR #420 for issue #407
Browse files Browse the repository at this point in the history
remove native android targets from build.
  • Loading branch information
oshai committed Apr 14, 2024
1 parent a2b4e0e commit 0767017
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,7 @@ kotlin {
val linuxTargets = listOf(
linuxArm64(),
linuxX64(),
mingwX64(),
androidNativeX64(),
androidNativeX86(),
androidNativeArm64(),
androidNativeArm32(),
mingwX64()
)
val darwinTargets = listOf(
macosArm64(),
Expand Down

0 comments on commit 0767017

Please sign in to comment.