We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 270b597 commit 304fc5cCopy full SHA for 304fc5c
build.gradle
@@ -34,7 +34,7 @@ buildscript {
34
}
35
36
dependencies {
37
- classpath 'com.android.tools.build:gradle:8.0.0-alpha06'
+ classpath 'com.android.tools.build:gradle:8.0.0-alpha08'
38
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}"
39
40
gradle.properties
@@ -17,3 +17,4 @@ org.gradle.jvmargs=-Xmx1536m
17
android.useAndroidX=true
18
# Automatically convert third-party libraries to use AndroidX
19
android.enableJetifier=true
20
+android.nonTransitiveRClass=false
0 commit comments