From Native to Multiplatform Development: Unpacking Kotlin and Compose | {callstack}
Discover how Kotlin Multiplatform, Jetpack Compose, and Compose Multiplatform compare to React Native. Learn their roles, relationships, and use cases.
Kotlin Multiplatform, Jetpack Compose, Compose Multiplatform—what's the difference, and how do they work together? 🤔 I wrote an article that clears up the confusion and explains how these tools can transform your development workflow. Check it out! hubs.li/Q030Hnd80
27.12.2024 13:45 — 👍 4 🔁 2 💬 0 📌 1
Everything depends on the plugin/lib developer approach. Typically gradle. properties file is used to store secrets. Alternatively some json/xml files.
There are only few plugins that use env vars and I think there is no easy way to keep those env vars project specific.
05.12.2024 12:55 — 👍 2 🔁 0 💬 0 📌 0
I think it's a good solution.
Alternatively you can create new debug configuration (see screenshot), add breakpoints, run from console:
./gradlew build --stacktrace -D org.gradle.debug=true -D org.gradle.daemon=false
and run your newly created configuration.
05.12.2024 12:11 — 👍 1 🔁 0 💬 0 📌 0