30 Nov 2022 • 1 min read Android Studio has a misleading “Make project” button that you shouldn’t click. Android Studio (and by extension – IntelliJ) has this hammer icon button in the IDE. It’s the “Make/Build Project” action and it’s a trap! This button runs every assemble task in your project, including tests, […]
23 Jul 2021 • 7 min read Kotlin build times are often slow, this is a laundry list of common issues and what you can or can’t do about them. An actual white whale Kotlin, strictly speaking, is awesome. Kotlin build times, strictly speaking, are not awesome. While many developers have weighed these and […]