Pratik
12/26/2023, 9:33 AMJohn O'Reilly
12/26/2023, 10:08 AMkotlin {
targets.withType<org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget> {
compilations.get("main").kotlinOptions.freeCompilerArgs += "-Xexport-kdoc"
}
}
John O'Reilly
12/26/2023, 10:09 AMPratik
12/26/2023, 10:44 AM