After upgrading Android Studio to last version, 20...
# multiplatform
p
After upgrading Android Studio to last version, 2025.1.1, I'm getting this error in kotlin multiplatform plugin:
incompatible : requires IDE build 243.* or earlier
Has someone faced this issue and solved it? Can't find info in google.
t
cc <!subteam^S093FP0H16X>
z
Have you checked for plugin updates? With Narwhal 2025.1.1, you should see this version of the plugin:
p
image.png
Narwhal 2025.1.1 the last version I can download from the plugins market is 8.5
I even uninstalled it, and reinstalled it using the "install" button on the plugins website in chrome but it installs 8.5
z
If you uninstall it, does the same 0.8 version show up within the IDE again?
p
yes
seems that the marketplace doesn't detect the 9.X version
z
That's really strange, I'm out of my usual troubleshooting steps, maybe someone from the plugin team can help with more
In the meantime, you should be able to grab the 0.9-...-AS-69 version which is the latest one for Narwhal 2025.1.1 as a manual download from here: https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform/versions Specifically: https://plugins.jetbrains.com/plugin/download?rel=true&amp;updateId=766503
And then install it from zip
p
well, can't install from disk
Copy code
C:\Users\user\AppData\Local\Temp\plugin6516262512493881278\kmm-plugin\bin\Bridge.framework\Bridge: a required privilege is not held by the client
z
Ah, it's an OS issue. The new plugin is only published for macOS for now, we're still working on its Linux and Windows versions.
In the meantime on Windows, you can grab the plugins mentioned here instead: https://kotlinlang.slack.com/archives/C0922A726/p1747825745389619?thread_ts=1747675652.542419&amp;cid=C0922A726
p
wow!
that's incredible, windows is the most used OS in the world
but well, I hope you can solve this guys, thank you
on the other hand, I do not develop for IOS, only for Desktop and Android
z
We're aware, and we're working on Windows support, but as mentioned in that post, most things that the plugin does are around iOS support anyway, which can't really be provided other than on macOS. So it's mostly an inconvenience at this point, having to install those separate plugins manually on other platforms, instead of being able to install the single KMP plugin that will take care of everything.