Has anyone had this compilation error happen when ...
# compose
a
Has anyone had this compilation error happen when they were trying to add compose to an existing project?
Copy code
Unable to load class 'org.jetbrains.kotlin.gradle.tasks.KotlinCompile'.
For reference it’s on kotlin
1.14.10
,
1.0.0-alpha05
for the compose version, android gradle
4.1.0
, and on android studio 4.2 canary 14,
d
Hi was you able to solve this issue?