:white_check_mark: RESOLVED : I've upgrade my comp...
# compose-desktop
t
RESOLVED : I've upgrade my compose desktop version to
0.4.0
and kotlin version to
1.5.10
but am getting
Copy code
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
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
@jim That worked. Thank you 🙇‍♂️
🦜 1