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 https://github.com/hfhbd/ComposeTodo.
Do you know any reasons, why the builds always fail?
Under GitHub Actions are the failing ci logs using gradlew -d build
.
Thanks