Hello, I ran into a problem when upgrading to comp...
# compose
a
Hello, I ran into a problem when upgrading to compose multiplatfrom 1.8.0-rc01
It is throwing this error
e: file:///Users/arsildo/.gradle/caches/modules-2/files-2.1/org.jetbrains.compose/compose-gradle-plugin/1.8.0-rc01/ec038b179c2690e8e4f16af907711f28085d74d3/compose-gradle-plugin-1.8.0-rc01.jar!/META-INF/kotlinpoet.kotlin_moduleModule was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.1.0, expected version is 1.9.0.
How is the expected version 1.9.0 ? when it requires 2+ am i missing something here?
I am using this in my convetion
compose-gradle-plugin = { group = "org.jetbrains.compose", name = "compose-gradle-plugin", version.ref = "compose-plugin" }
is this the culprit
upgraded gradle version from 8.7.3 to 8.9.2 and it was solved.
t
I'm having this issue as well. Gradle 8.9.2 doesn't seem to exist? https://gradle.org/releases/
a
Try AGP in intelliJ
t
Ah I see, thank you!
a
@Lukas Anda
l
Yup this helped, thanks. I didn't know AGP pins you to certain compose version. Perhaps @Konstantin Tskhovrebov can figure out a way to enforce AGP upgrade?