commit | 21e7cb6f14ba0279d0f590ec0b9a9136966dd569 | [log] [tgz] |
---|---|---|
author | Alexander.Likhachev <Alexander.Likhachev@jetbrains.com> | Tue Sep 24 17:15:42 2024 +0200 |
committer | Alexander.Likhachev <Alexander.Likhachev@jetbrains.com> | Tue Sep 24 17:15:42 2024 +0200 |
tree | 3ee918715b4e0634d55b163089dfb70e685993e5 | |
parent | 36b08cf7439b6fc4489b24bc3db02b8fd94ad3a0 [diff] |
Do not enable non-packed klibs by default
diff --git a/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/PropertiesProvider.kt b/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/PropertiesProvider.kt index 853084b..1f0da3e 100644 --- a/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/PropertiesProvider.kt +++ b/libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/plugin/PropertiesProvider.kt
@@ -569,7 +569,7 @@ get() = booleanProperty(PropertyNames.KOTLIN_ARCHIVES_TASK_OUTPUT_AS_FRIEND_ENABLED) ?: true val useNonPackedKlibs: Boolean - get() = booleanProperty(PropertyNames.KOTLIN_USE_NON_PACKED_KLIBS) ?: true + get() = booleanProperty(PropertyNames.KOTLIN_USE_NON_PACKED_KLIBS) ?: false /** * Retrieves a comma-separated list of browsers to use when running karma tests for [target]