Skip to content

Commit

Permalink
Added note in build.gradle.kts concerning compiler argument
Browse files Browse the repository at this point in the history
  • Loading branch information
severn-everett committed May 23, 2024
1 parent 5ce8fc0 commit 578b290
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ kotlin {
apiVersion.set(KotlinVersion.KOTLIN_2_0)
languageVersion.set(KotlinVersion.KOTLIN_2_0)

// Required to silence compiler warnings about the beta status of
// expected and actual classes. See https://kotlinlang.org/docs/multiplatform-expect-actual.html#expected-and-actual-classes
freeCompilerArgs.add("-Xexpect-actual-classes")
}

Expand Down

0 comments on commit 578b290

Please sign in to comment.