From 7ff5d1d3c1e5fcc7d4ddd2782fac464603b6369b Mon Sep 17 00:00:00 2001 From: takahirom Date: Thu, 12 Sep 2024 22:22:58 +0900 Subject: [PATCH] Add Xprofile-phases --- .../io/github/droidkaigi/confsched/primitive/KmpIosPlugin.kt | 1 + 1 file changed, 1 insertion(+) 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") } } }