varabyte / kobweb-intellij-plugin

An official IntelliJ IDE plugin to include Kobweb-specific enhancements and understanding to your project
Apache License 2.0
10 stars 2 forks source link

Some Kobweb functionality stopped working in 2024.2 #51

Open bitspittle opened 1 week ago

bitspittle commented 1 week ago

Huge thanks to LoP for the investigation here

When I test KIP (using "run plugin"), IJ uses the oldest version of the browser, not the newest.

However, the string returned by: https://github.com/varabyte/kobweb-intellij-plugin/blob/3d3f805dfd04b393bc62891dda51c16962c3613f/plugin/src/main/kotlin/com/varabyte/kobweb/intellij/startup/KobwebPostStartupProjectActivity.kt#L35 changed in 2024.2, from something like com.varabyte.kobweb:kobweb-silk:0.18.1 to Gradle: com.varabyte.kobweb:kobweb-silk:0.18.1. Ah for someone as allergic to fragile string logic as I usually am, I certainly missed this one.