I'm using freshly setup Compose dev10 on an existi...
# compose
l
I'm using freshly setup Compose dev10 on an existing Kolin 1.3.72 project, but compilation of the app module now fails at the `prepareDebugKotlinCompileTask`with that message:
Copy code
Execution failed for task ':some-parent-project:app-android:prepareDebugKotlinCompileTask'.
> org/jetbrains/kotlin/gradle/tasks/KotlinCompile
How can I find the root cause?
m
Is there more error messages? For exmaple in Build -> Build Output (right panel) in Android Studio
l
Nothing more. The only thing I can do is get the stacktrace (running the build with
--stacktrace
.
d
👋 hi, late to the party but have you been able to fix it?
l
Hi, I gave up. I'll try Compose again later, probably when it's compatible with Kotlin 1.4 or when it's in alpha, and I'm not in vacation.
d
ok thanks. (as a side note as of today I do have the same problem; still trying to find why)
l
With latest dev version? BTW, there'll be another dev (or alpha?) version next Wednesday.
👍 1
d
yes;
0.1.0-dev14
I ended up disabling the task and porting its content to my local project (the task is just setting some compiler flags)
d
Hi was you able to solve this issue or find it cause?