diff --git a/core/gradle.properties b/core/gradle.properties index 19058b8e2..5772b2bf8 100644 --- a/core/gradle.properties +++ b/core/gradle.properties @@ -25,4 +25,7 @@ org.gradle.configureondemand=false kotlin.incremental=true org.gradle.caching=true #kotlin.mpp.enableGranularSourceSetsMetadata=true -#kotlin.native.enableDependencyPropagation=false \ No newline at end of file +#kotlin.native.enableDependencyPropagation=false + +# K2 experiment +# kotlin.experimental.tryK2=true \ No newline at end of file