What's the "global property" in AGP 8 that goes ba...
# gradle
d
What's the "global property" in AGP 8 that goes back to the old way of handling
R
s? I can't find it anywhere in the docs...
v
How is that related to the channel topic? 😉
d
Isn't it somewhere in the kotlin dsl? But, I agree, I guess I posted out of desperation... 😊
v
AGP is a completely separate plugin coming from Google. This channel is about using Kotlin in Kotlin DSL build scripts. So, ... 🙂
You might be more successful in an android community, or at least in #android on the Gradle community slack
a
Do you mean
android.nonTransitiveRClass=false
?
d
Yeah, Thanks! I ended up finding it in a google tracker issue... I wonder why it didn't appear in the preview notes... but anyways it didn't work for me so I had to go through all the occurrences and pass them the resIds from the main module...