We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ce83f commit ccdbde4Copy full SHA for ccdbde4
Fruitties/shared/build.gradle.kts
@@ -136,28 +136,6 @@ kotlin {
136
}
137
138
139
-
140
- targets.configureEach {
141
- compilations.configureEach {
142
- compileTaskProvider.configure {
143
- compilerOptions {
144
- if (name.contains("commonMain") ||
145
- name.contains("nativeMain") ||
146
- name.contains("iosMain")
147
- ) {
148
- freeCompilerArgs.add("-Xexpect-actual-classes")
149
- logger.warn(
150
- "The '-Xexpect-actual-classes' compiler flag " +
151
- "is enabled because expect/actual classes are in Beta " +
152
- "(https://youtrack.jetbrains.com/issue/KT-61573). " +
153
- "This flag may be removed in a future Kotlin version. " +
154
- "Flag added for `$name`.",
155
- )
156
- }
157
158
159
160
161
162
163
dependencies {
0 commit comments