File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -31,30 +31,6 @@ kotlin {
3131 }
3232 }
3333
34- appleMain {
35- languageSettings.optIn(" kotlinx.cinterop.ExperimentalForeignApi" )
36- languageSettings.optIn(" kotlin.RequiresOptIn" )
37- }
38-
39- macosMain {
40- languageSettings.optIn(" kotlinx.cinterop.ExperimentalForeignApi" )
41- languageSettings.optIn(" kotlin.RequiresOptIn" )
42- }
43-
44- desktopMain {
45- languageSettings.optIn(" kotlinx.cinterop.ExperimentalForeignApi" )
46- languageSettings.optIn(" kotlin.RequiresOptIn" )
47- }
48-
49- posixMain {
50- languageSettings.optIn(" kotlinx.cinterop.ExperimentalForeignApi" )
51- languageSettings.optIn(" kotlin.RequiresOptIn" )
52- }
53- iosMain {
54- languageSettings.optIn(" kotlinx.cinterop.ExperimentalForeignApi" )
55- languageSettings.optIn(" kotlin.RequiresOptIn" )
56- }
57-
5834 nativeMain {
5935 dependencies {
6036 api(libs.crt.kotlin)
You can’t perform that action at this time.
0 commit comments