Skip to content

Commit

Permalink
Enable expect classes
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 21, 2023
1 parent a38364a commit 6e414b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions buildSrc/src/main/kotlin/multiplatform-module.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ kotlin {
iosSimulatorArm64()
iosX64()
iosArm64()

targets.all {
compilations.all {
compilerOptions.configure {
freeCompilerArgs.add("-Xexpect-actual-classes")
}
}
}
}

java {
Expand Down

0 comments on commit 6e414b1

Please sign in to comment.