Skip to content

Commit f4c3a70

Browse files
authored
Mute "expect/actual classes are experimental" warning (#2427)
This warning is introduced in Kotlin 1.9. KT-61573 If I don't mute this warning then the build fails because of `-Werror`
1 parent 8baa04b commit f4c3a70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gradle/configure-source-sets.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ kotlin {
112112
languageVersion = rootProject.ext.kotlin_lv_override
113113
freeCompilerArgs += "-Xsuppress-version-warnings"
114114
}
115+
freeCompilerArgs += "-Xexpect-actual-classes"
115116
}
116117
}
117118
compilations.main {

0 commit comments

Comments
 (0)