Skip to content

Commit

Permalink
fix: add ExperimentalForeignApi language opt-in
Browse files Browse the repository at this point in the history
  • Loading branch information
benjohnde committed Oct 11, 2023
1 parent 8aa5c4b commit b336549
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ kotlin {
}
all {
languageSettings.optIn("kotlin.ExperimentalUnsignedTypes")
languageSettings.optIn("kotlinx.cinterop.ExperimentalForeignApi")
}
}
}
Expand Down

0 comments on commit b336549

Please sign in to comment.