thailanrg
04/28/2025, 5:21 PMthailanrg
04/28/2025, 5:21 PM<http://R.layout.my|R.layout.my>_layout
, remembering that this layout comes from another module and works normally.
In this project, I need to update the following: JDK from 11 to 17, Kotlin to 1.9.0, and Gradle to 8.9.
However, the namespace
is now required in the Gradle file. When I define it, I am required to specify the package name of the core module like this:
<http://br.com.modulecore.R.layout.my|br.com.modulecore.R.layout.my>_layout
.
I need to do this in every place in my project.
Is there a way to solve this without needing to declare the package name explicitly?ephemient
04/28/2025, 5:26 PMChrimaeon
04/28/2025, 5:35 PM