diff --git a/build-logic/src/main/kotlin/io/github/droidkaigi/confsched/primitive/KmpIosPlugin.kt b/build-logic/src/main/kotlin/io/github/droidkaigi/confsched/primitive/KmpIosPlugin.kt index f34e938d7..719f1899f 100644 --- a/build-logic/src/main/kotlin/io/github/droidkaigi/confsched/primitive/KmpIosPlugin.kt +++ b/build-logic/src/main/kotlin/io/github/droidkaigi/confsched/primitive/KmpIosPlugin.kt @@ -64,6 +64,7 @@ class KmpIosPlugin : Plugin { // export kdoc to header file // https://kotlinlang.org/docs/native-objc-interop.html#export-of-kdoc-comments-to-generated-objective-c-headers freeCompilerArgs.add("-Xexport-kdoc") + freeCompilerArgs.add("-Xprofile-phases") } } }