Hello! How can I specify different res folder for ...
# gradle
p
Hello! How can I specify different res folder for Android target in MPP project? There is only resources property. In sourceSet.
b
Isn't res just short for resources? Have you tried just adding a new dir to that property?
p
For Android res is different folder. Build is using it to generate R class.
Got it. It must be set through Android extension.