the new Kotlin plugin update `232-1.9.20-release-5...
# getting-started
y
the new Kotlin plugin update
232-1.9.20-release-507-IJ10072.27
which I got auto-updated to, is crashing on most recent IntelliJ
2023.2.4
. opening a project immediately crashes back to the "Welcome to IntelliJ Idea" window. I can't manually downgrade to any version in the marketplace because none of them are compatible. what can I do? edit: okay, I fixed this by uninstalling the plugin and restarting, which reverted to the bundled version
232-1.9.0-IJ10203.10
. this one doesn't crash. I also have a permanent update request to
232-1.9.20-release-507-IJ10072.27
. clicking "update" pops up a window which says
Plugin "Kotlin" was not installed: Request failed with status code 404
I see now that the entire
1.9.20
version was pulled from the marketplace.
plus1 1
s
y
fyi they're probably aware of this since this version was silently pulled from the marketplace
s
makes sense, but I opened the ticket before reading your post 🤷‍♂️
y
oh, yeah. well, still a good idea!
m
Yes, there was an issue with IDE plugins, we wrote about it here:https://youtrack.jetbrains.com/issue/KTIJ-27593/Cannot-open-any-project-after-update-to-2023.2.4-with-kotlin-plugin#focus=Comments-27-8314909.0-0 new plugins will be published tomorrowkodee welcoming
Hi! New 1.9.20 plugins with the fix are available. K Please let me now if it works ok for you now.
y
@Margarita Bobova can confirm it doesn't immediately crash, but I do get this exception:
Copy code
Exception at Workspace Model event handling
   
   java.lang.RuntimeException: Cannot invoke (class=ModelChangeListener, method=beforeChanged, topic=WorkspaceModelChangeListener)
	at  [insert stack trace here]
👀 1
m
does it reproduce after invalidating caches and restart?
s
@Margarita Bobova IntelliJ says I already have the latest version of IDE and plugin installed 🤔 This is the version I installed yesterday after deleting the broken version.
m
please, uninstall incorrect plugin and then upload new one. Sorry for inconvenience kodee sad
s
@Margarita Bobova there is no uninstall, it just toggles between enabled and disabled 🤔
👀 1
m
which IDEA version do you use?
s
IntelliJ IDEA 2023.2.4 (Ultimate Edition) Build #IU-232.10203.10, built on October 24, 2023 Licensed to Stephan Schröder You have a perpetual fallback license for this version. Subscription is active until July 29, 2025. Runtime version: 17.0.8.1+7-b1000.32 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Linux 6.2.0-36-generic GC: G1 Young Generation, G1 Old Generation Memory: 2048M Cores: 16 Registry: debugger.new.tool.window.layout=true ide.experimental.ui=true Non-Bundled Plugins: com.jetbrains.rust (232.18264.32) com.jetbrains.edu (2023.10-2023.2-955) com.github.copilot (1.3.3.3572) com.intellij.nativeDebug (232.10203.2) com.jetbrains.jax.ws (232.8660.142) com.jetbrains.packagesearch.intellij-plugin (232.9921.28) org.asciidoctor.intellij.asciidoc (0.40.7) Kotlin: 232-1.9.0-IJ10203.10 Current Desktop: KDE
m
Is something changes if you go to Tools -> kotlin -> Configure Kotlin plugin updates and press there “check again”?
s
yes, that worked 👍 It might have been an interaction with the Compose Multiplatform Plugin which is no longer installed after the Kotlin plugin update. But I could simply reinstall the Compose Multi.. Plugin.
m
Great kodee welcoming
🙌 1