diff --git a/gradle.properties b/gradle.properties index 3f00940..1e53c2b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,6 +24,8 @@ android.nonFinalResIds=false # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.useAndroidX=true +kotlin.mpp.enableGranularSourceSetsMetadata=true +kotlin.native.enableDependencyPropagation=false #MPP kotlin.mpp.androidSourceSetLayoutVersion=2