mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 15:17:05 +05:30
refactor(build): migrate to Baseline Profile Gradle Plugin
This commit is contained in:
parent
d9ab751dbd
commit
3bb5dfffbe
12 changed files with 19655 additions and 25322 deletions
|
@ -43,8 +43,11 @@ android.dependencyResolutionAtConfigurationTime.disallow=true
|
|||
# Disallow parsing the manifest too early in the build process
|
||||
android.disableEarlyManifestParsing=true
|
||||
|
||||
# Prevent CI stalling during setup
|
||||
android.experimental.testOptions.managedDevices.setupTimeoutMinutes=20
|
||||
|
||||
# Disable warnings about unsupported features
|
||||
android.suppressUnsupportedOptionWarnings=android.dependencyResolutionAtConfigurationTime.disallow,android.disableEarlyManifestParsing,android.suppressUnsupportedOptionWarnings
|
||||
android.suppressUnsupportedOptionWarnings=android.dependencyResolutionAtConfigurationTime.disallow,android.disableEarlyManifestParsing,android.suppressUnsupportedOptionWarnings,,android.experimental.testOptions.managedDevices.setupTimeoutMinutes
|
||||
|
||||
# Add opens for KAPT
|
||||
# https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue