diff --git a/gradle.properties b/gradle.properties index 1e53c2b..3f00940 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,8 +24,6 @@ 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 diff --git a/settings.gradle.kts b/settings.gradle.kts index e099f41..fb40d2f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -12,6 +12,7 @@ dependencyResolutionManagement { repositories { google() mavenCentral() + maven { url = uri("https://jitpack.io") } } }