Skip to content

Commit

Permalink
fix android publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
vendelieu committed Oct 10, 2024
1 parent 784c029 commit e9d33b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/src/main/kotlin/CompilationConfiguration.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ fun KotlinTarget.getHostType(): HostType? = when (platformType) {
name.startsWith("watchos") -> HostType.MAC_OS
name.startsWith("macos") -> HostType.MAC_OS
name.startsWith("tvos") -> HostType.MAC_OS
name.startsWith("android") -> HostType.LINUX
else -> error("Unsupported native target: $this")
}

Expand Down

0 comments on commit e9d33b4

Please sign in to comment.