https://kotlinlang.org logo
Title
t

theapache64

06/03/2021, 7:24 PM
RESOLVED : I've upgrade my compose desktop version to
0.4.0
and kotlin version to
1.5.10
but am getting
Caused by: java.lang.IllegalStateException: Unsupported metadata version. Check that your Kotlin version is >= 1.0
(full stacktrace inside the thread) 🧵
To reproduce, checkout and run the
develop
branch -> https://github.com/theapache64/compose-desktop-template/tree/develop
j

jim

06/03/2021, 7:52 PM
The Kotlin metadata version was upgraded in Kotlin 1.5, and it looks like one or more of your dependencies was depending on the old version. In your case, it looks like dagger is the issue. You can try upgrading or removing dagger and see if that helps.
🆗 1
t

theapache64

06/03/2021, 8:09 PM
@jim That worked. Thank you 🙇‍♂️
:party-parrot: 1