godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

Idea Plugin not upgarde to 0.9.1-4.2.2

Open BryanSer opened this issue 1 year ago • 2 comments

https://plugins.jetbrains.com/plugin/16505-godot-kotlin-jvm Current plugin version is 0.9.0-4.2.2. If set gradle plugin version to 0.9.1-4.2.2 will get a warning like this: image

BryanSer avatar May 29 '24 11:05 BryanSer

We just checked, the new plugin version was published by our CI but refused by Jetbrains. It uses API call that are now depecrated. We have to rework parts of it.

CedNaru avatar Jun 01 '24 15:06 CedNaru

@BryanSer if you want to be sneaky, you can download the plugin from a recent pipeline run and install it yourself in IntelliJ. :)

jsbeckr avatar Jun 21 '24 14:06 jsbeckr

Fixed by: https://github.com/utopia-rise/godot-kotlin-jvm/pull/654 Should be regularly release in the next release

chippmann avatar Jul 25 '24 15:07 chippmann