Has anyone run into this error when trying to add ...
# compose
z
Has anyone run into this error when trying to add the compose beta to an existing project that is on
kotlin-1.4.30
and using
com.android.tools.build:gradle:7.0.0-alpha08
?
Copy code
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:prepareInternalDebugKotlinCompileTask'.
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.lambda$executeIfValid$3(ExecuteActionsTaskExecuter.java:186)

...

Caused by: java.lang.NoClassDefFoundError: org/jetbrains/kotlin/gradle/tasks/KotlinCompile