Skip to content

Commit

Permalink
Remove redundant setting bytecode version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Sep 12, 2023
1 parent 6b09133 commit f554f17
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/cinterop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,7 @@ val nativeLibraryIncludesIosSimulatorArm64Release =
includeBinaries(releaseLibs.map { "$absoluteCorePath/build-simulator-arm64/lib/$it" })

kotlin {
jvm {
compilations.all {
kotlinOptions.jvmTarget = Versions.kotlinJvmTarget
}
}
jvm()
android("android") {
publishLibraryVariants("release")
}
Expand Down

0 comments on commit f554f17

Please sign in to comment.