Skip to content

Commit

Permalink
Opt-In to expect actual classes
Browse files Browse the repository at this point in the history
  • Loading branch information
rickclephas committed Sep 12, 2023
1 parent 9c81287 commit 3e551c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kmp-nativecoroutines-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ kotlin {
linuxX64()
mingwX64()
sourceSets {
all {
languageSettings {
compilerOptions.freeCompilerArgs.add("-Xexpect-actual-classes")
}
}
val commonMain by getting {
dependencies {
api(libs.kotlinx.coroutines.core)
Expand Down

0 comments on commit 3e551c4

Please sign in to comment.