mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 08:17:04 +05:30
fix(gradle): remove unnecessary properties
This commit is contained in:
parent
43edeaff04
commit
29765f0024
1 changed files with 0 additions and 12 deletions
|
@ -37,10 +37,6 @@ android.enableR8.fullMode=false
|
||||||
# Enable AndroidX
|
# Enable AndroidX
|
||||||
android.useAndroidX=true
|
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
|
# Enable non-transitive R class namespacing where each library only contains
|
||||||
# references to the resources it declares instead of declarations plus all
|
# references to the resources it declares instead of declarations plus all
|
||||||
# transitive dependency references.
|
# transitive dependency references.
|
||||||
|
@ -67,14 +63,6 @@ android.experimental.enableNewResourceShrinker.preciseShrinking=true
|
||||||
# Disable warnings about unsupported features, we know what we're doing
|
# 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
|
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
|
# Add opens for KAPT
|
||||||
# https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0
|
# https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0
|
||||||
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 \
|
org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue