[#87] Enable non-transitive R classes
This commit is contained in:
parent
6567f6c18d
commit
1d4048318c
|
@ -12,6 +12,7 @@ kapt.incremental.apt=true
|
|||
kapt.use.worker.api=true
|
||||
|
||||
android.useAndroidX=true
|
||||
android.nonTransitiveRClass=true
|
||||
android.builder.sdkDownload=true
|
||||
|
||||
# Kotlin compiler warnings can be considered errors, failing the build.
|
||||
|
|
Loading…
Reference in New Issue