martmists
07/19/2024, 12:20 PMmacosX64 {
compilerOptions {
optIn = listOf(
"kotlin.experimental.ExperimentalNativeApi",
"kotlinx.cinterop.ExperimentalForeignApi",
)
}
}
in gradle but I still get compile errors for not opting in to these. Is this just broken in Kotlin 2.0.0 or is there something else I need to do?