Setting in gradle.properties is ignored #177
Unanswered
JaFiOriflame
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I want to ask where do I have the bug. I have compose multiplatform project with multiple modules. I applied all the steps described in the README.md to use flavors. However, the setting in gradle.properties is ignored. I still obtain defaultConfigs values :-( I suppose it is my bug, but I'm not able to find that.
/composeApp/build.gradle.kts
/gradle.properties
I print the values into the log in my app:
I still obtain this:
/gradle/libs.versions.toml
Do you see where could be the problem?
I also tried to compile and run the app from command line and the same result:
Thank you very much.
Jaroslav
Beta Was this translation helpful? Give feedback.
All reactions