Jetpack Compose Dev16 with Kotlin 1.4 => compileDebugKotlin does not end

Hey,
I know, Jetpack Compose is currently a developer preview only. But compiling a compose app should always be possible.
After updating to compose dev-16 and Kotlin 1.4.0-rc, the compileDebugKotlin Gradle task never ends.
I created a simple todo app, see GitHub - hfhbd/ComposeTodo: Sample project to play with Jetpack Compose on Android, Desktop and Web.
Do you know any reasons, why the builds always fail?

Under GitHub Actions are the failing ci logs using gradlew -d build.

Thanks

Hey did you ever find out what was causing this?

@sentony93 See Jetpack Compose 0.1.0-dev16 with Compiler Plugin 1.4.0-rc - debugCompileKotlin never starts/ends... · Issue #968 · Kotlin/kotlinx.serialization · GitHub

1 Like