Skip to content

Commit

Permalink
Add compatiblity metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
e5l committed Dec 7, 2022
1 parent 2000e13 commit 3466e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group = "org.jetbrains.kotlinx"
version = "0.7.5-SNAPSHOT"
version = "0.8.1-SNAPSHOT"

buildscript {
dependencies {
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ systemProp.org.gradle.internal.publish.checksums.insecure=true
kotlin.code.style=official
kotlin.js.compiler=both

kotlin.mpp.enableCompatibilityMetadataVariant=true
kotlin.mpp.enableCInteropCommonization=true
kotlin.internal.mpp.hierarchicalStructureByDefault=true
kotlin.js.generate.executable.default=false

0 comments on commit 3466e6f

Please sign in to comment.