neerav
08/31/2023, 8:48 AMandroid { signingConfig, defaultConfig etc }
dependencies {}
From above Case I am able to move dependencies { }
into separate dependencies.gradle.kts
file.
Now i am facing issue when I am trying to move signingConfig & defaultConfig etc into separate flavorSigning.gradle.kts
file
Can anyone please help me how can we move defaultConfig and productFlavor code into dedicated gradle.kts file ?
I am not sure where this question should be asked so please guide me if its in wrong channel.
Thank youMax
08/31/2023, 4:20 PM