When using the CMP sample app, how would I extend the Gradle build script (:composeApp;build.gradle....
p
When using the CMP sample app, how would I extend the Gradle build script (:composeApp;build.gradle.kts) to filter a test resource file containing a secret api key template? Eventually I would like to do this for CMP libraries also.
1
k
Not sure why you would want to do this. You'd need to compile the API key for the app to use it...
p
Ken, if you are asking why I am using a secret key for testing and not a made up key, that's a good question. I think the reason was that I did it in a non multi-platform legacy case for some end-to-end automated testing but I have since abandoned automated e-e testing so your point is well taken.