|
1 | 1 | # Project-wide Gradle settings. |
2 | | - |
3 | | -# IDE (e.g. Android Studio) users: |
4 | | -# Gradle settings configured through the IDE *will override* |
5 | | -# any settings specified in this file. |
6 | | - |
7 | | -# For more details on how to configure your build environment visit |
8 | | -# http://www.gradle.org/docs/current/userguide/build_environment.html |
9 | | - |
10 | | -# Specifies the JVM arguments used for the daemon process. |
11 | | -# The setting is particularly useful for tweaking memory settings. |
12 | 2 | android.useAndroidX=true |
13 | 3 | android.enableJetifier=false |
14 | 4 | org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 |
15 | 5 | kotlin.code.style=official |
16 | | -android.prefabVersion=1.0.+ |
| 6 | +android.prefabVersion=2.1.+ |
17 | 7 | # Workaround bug in AGP where the prefab dependency is being resolved from a |
18 | 8 | # non-Gradle thread when enableParallelJsonGen is enabled. |
19 | 9 | # https://issuetracker.google.com/149575364 |
20 | 10 | android.enableParallelJsonGen=false |
21 | | -vectorDrawables.useSupportLibrary = true |
22 | | -#ndkBuild=true |
23 | | -# When configured, Gradle will run in incubating parallel mode. |
24 | | -# This option should only be used with decoupled projects. More details, visit |
25 | | -# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects |
26 | | -# org.gradle.parallel=true |
| 11 | +android.buildFeatures.prefab = true |
| 12 | +android.nonTransitiveRClass=false |
| 13 | +android.nonFinalResIds=false |
0 commit comments