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