Mustafa Ozhan
04/27/2023, 10:22 PMnonTransitiveRClass
in build.gradle.kts of a spesific module ? I want to still use transitiveRClass in 1 module while disabling the rest of the projectephemient
04/27/2023, 10:42 PMandroid.nonTransitiveRClass=true
everywhere, it is the default as of AGP 8.0.0 https://developer.android.com/build/releases/gradle-plugin#default-changesephemient
04/27/2023, 10:43 PMMustafa Ozhan
04/27/2023, 10:51 PMandroid.nonTransitiveRClass=true
so I just want to set android.nonTransitiveRClass=false
for that spesific moduleColton Idle
04/28/2023, 6:15 AMMustafa Ozhan
04/28/2023, 9:07 AM