Can an android compose project use a library compi...
# compose
p
Can an android compose project use a library compiled with kotlin 1.6?
e
In my environment (compose 1.0.5) build fails with:
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
p
But are you just using kotlin 1.6 or are you using a library compiled with kotlin 1.6?
e
just using kotlin 1.6.
p
Yep, that never works
e
Is it because other dependencies doesn’t support kotlin 1.6?
c
Compose 1.0.5 only works with Kotlin 1.5.31
p
I tried it and it works