~~ enable commonization for :native:kotlin-test-native-xctest
diff --git a/build.gradle.kts b/build.gradle.kts
index 3c0dc6a..9fc834d 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -704,7 +704,7 @@
register("compileAll") {
allprojects
.filter { !it.path.startsWith(":native") || kotlinBuildProperties.isKotlinNativeEnabled }
- .filter { !it.path.startsWith(":native:kotlin-test-native-xctest") }
+// .filter { !it.path.startsWith(":native:kotlin-test-native-xctest") }
.forEach {
dependsOn(it.tasks.withType<KotlinCompilationTask<*>>())
dependsOn(it.tasks.withType<JavaCompile>())
diff --git a/native/kotlin-test-native-xctest/gradle.properties b/native/kotlin-test-native-xctest/gradle.properties
index 1595e6d..1a11c8b 100644
--- a/native/kotlin-test-native-xctest/gradle.properties
+++ b/native/kotlin-test-native-xctest/gradle.properties
@@ -1,6 +1,6 @@
# Disable commonizer. It writes its data to the distribution, that's not desirable during the build
kotlin.mpp.enableNativeDistributionCommonizationCache=false
-kotlin.mpp.enableCInteropCommonization=false
+kotlin.mpp.enableCInteropCommonization=true
kotlin.mpp.enableCInteropCommonization.nowarn=true
# No need to do any publishing