Max
04/27/2024, 1:21 PM/user/.gradle/caches
and /daemon
• Restart my machine
• Install new Android Studio
My other KMP projects build fine, just this one started working. Always same two modules get stuck at compileDebugKotlinAndroid
. No errors, just gets stuck. For hours. Am I missing something? What else could I try?Spoudel347
04/27/2024, 1:25 PMMax
04/27/2024, 1:39 PM--debug
flag.
./gradlew :resources:compileDebugKotlinAndroid --debug
It took a minute but they ran through and afterwards normal builds work.
.. great way to spend half a Saturday😬Joel Denke
04/27/2024, 3:08 PMPablichjenkov
04/27/2024, 6:20 PMassemble
command running. Not sure where to report it.