Guilherme Delgado
Kotlin 1.9.23
2.0.0-RC1
targets.withType<KotlinNativeTarget> { compilations["main"].kotlinOptions.freeCompilerArgs += "-Xexport-kdoc" }
iosMain { compilerOptions { freeCompilerArgs.add("-Xexport-kdoc") } }
Flag is not supported by this version of the compiler: -Xexport-kdoc. (same for -Xbinary=bundleId)
A modern programming language that makes developers happier.