diff --git a/gradle.properties b/gradle.properties index 315f5103..6adf5253 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,10 +37,6 @@ android.enableR8.fullMode=false # Enable AndroidX android.useAndroidX=true -# Kotlin Multiplatform -kotlin.mpp.stability.nowarn=true -import_orphan_source_sets=false - # Enable non-transitive R class namespacing where each library only contains # references to the resources it declares instead of declarations plus all # transitive dependency references. @@ -67,14 +63,6 @@ android.experimental.enableNewResourceShrinker.preciseShrinking=true # Disable warnings about unsupported features, we know what we're doing android.suppressUnsupportedOptionWarnings=android.disableEarlyManifestParsing,android.enablePartialRIncrementalBuilds,android.experimental.testOptions.uninstallIncompatibleApks,android.enableBuildConfigAsBytecode,android.experimental.enableNewResourceShrinker.preciseShrinking,android.suppressUnsupportedOptionWarnings -# Maven publishing -GROUP=com.github.android-password-store - -# OSSRH sometimes struggles with slow deployments, so this makes Gradle -# more tolerant to those delays. -systemProp.org.gradle.internal.http.connectionTimeout=500000 -systemProp.org.gradle.internal.http.socketTimeout=500000 - # Add opens for KAPT # https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0 org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 \