I updated to 1.3.60 and now it’s saying my module ...
# kotlin-native
s
I updated to 1.3.60 and now it’s saying my module is invalid due to incompatible K/N libraries (they were compiled with 1.3.5x I believe)
d
You just need to sync and clean/build.
s
One of my dependencies is fetched through Maven and was compiled with 1.3.5x so that won’t do it, I’ll need to downgrade unfortunately
d
Ah I see.
s
I would put that library on a watch list at this point as it may not be actively maintained anymore. You do have an option of forking it and publishing it to a local maven repo.
s
The library is internal to my company and someone else is managing it, so it will get updated eventually but for now I have to revert back to the matching compiler version
👍 1
t
That's just a problem in the IDE, right? I ran into the same and downgraded the IntelliJ Kotlin plugin. That fixed it for me.
s
Yeah, that’s what I’m trying to do
I’m just not sure how to downgrade the plugin
t
1. Uninstall the plugin from the
plugin widget
in the IDE 2. Install another version from here: https://plugins.jetbrains.com/plugin/6954-kotlin/versions
👍 1