[#87] Enable non-transitive R classes

This commit is contained in:
Carter Jernigan 2021-12-02 15:17:08 -05:00 committed by GitHub
parent 6567f6c18d
commit 1d4048318c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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.