diff --git a/gradle.properties b/gradle.properties index 1dee2a7..00c65f7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,11 +16,11 @@ org.gradle.jvmargs=-Xmx4096m -Dfile.encoding=UTF-8 # https://developer.android.com/topic/libraries/support-library/androidx-rn android.useAndroidX=true # Automatically convert third-party libraries to use AndroidX -android.enableJetifier=true +android.enableJetifier=false # Kotlin code style for this project: "official" or "obsolete": kotlin.code.style=official -build.localAndroidDependencies=true +build.localAndroidDependencies=false build.localKotlinExtLibrary=false kotlin.mpp.stability.nowarn=true diff --git a/settings.gradle.kts b/settings.gradle.kts index 131716c..9188463 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1,7 @@ enableFeaturePreview("VERSION_CATALOGS") enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS") -private val isLocalAndroidDependencies = true +private val isLocalAndroidDependencies = false private val isLocalKotlinExtLibrary = false dependencyResolutionManagement {