From 1d4048318c251b8152f08471704c5eb1ab91dbc2 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Thu, 2 Dec 2021 15:17:08 -0500 Subject: [PATCH] [#87] Enable non-transitive R classes --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index b1f5a6bf..c0b1a806 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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.