Skip to content

Commit

Permalink
silence more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ManApart committed Dec 17, 2024
1 parent 2d58acc commit fb3a51a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ kotlin {
}
js(IR) {
binaries.executable()
compilerOptions {
freeCompilerArgs.add("-Xexpect-actual-classes")
}
browser {
commonWebpackConfig {
cssSupport {
Expand Down

0 comments on commit fb3a51a

Please sign in to comment.