Hello everyone, I came across the new resources API. Does someone know if there is API for it in gradle? I want to change the package name because right now it uses the root folder's name as part of the package name.
k
Konstantin Tskhovrebov
04/16/2024, 5:56 AM
the feature will be available in 1.6.10 release
c
CRamsan
04/16/2024, 6:04 AM
Thanks! Yes, I just came across it. I can see that with
1.6.10-dev1575
I can access it through
Copy code
compose.resources {
}
😄
CRamsan
04/16/2024, 6:11 AM
For anyone who is interested. If you want to change the package name for generated resources, you can use the