Jun 17, 2024 · Tadeas Kriz Gradle Properties Understanding how Gradle properties work can save you a lot of time debugging. This post explains how to set properties and what their priorities are. Read (5 min) ->
May 2, 2024 · Tadeas Kriz Overriding Gradle Daemon jvmargs Giving Gradle more memory is a common practice, but it can lead to unexpected behavior. This post explains how to properly set org.gradle.jvmargs. Read (3 min) ->
Apr 19, 2024 · Kevin Schildhorn Beware of Build Time Bloat Slow Kotlin Multiplatform iOS build times? Many teams are building more architectures than needed or intended. Ensure you are not wasting build time Read (7 min) ->
Feb 1, 2024 · Jigar Brahmbhatt Kotlin 1.9.20: Streamlining Source Sets in Multiplatform Project Explore how Kotlin 1.9.20's new features significantly enhance the experience of setting up target source sets Read (5 min) ->
Oct 4, 2023 · Jigar Brahmbhatt Optimizing Gradle Builds in Multi-module Projects Explore practical use cases and strategies for speeding up Gradle builds in your multi-module projects. Read (6 min) ->