Ranie Jade Ramiso

Results 193 comments of Ranie Jade Ramiso

So the solution that we came up in discord is: ```kotlin class Dictionary internal constructor(keyClass: Class, valueClass) : MutableMap {} fun Dictionary() : Dictionary { isValidGodotType() // will throw an...

I back this, although I advise against using a third party library - hopefully godot provide something in a platform agnostic way. This exist https://docs.godotengine.org/en/stable/classes/class_editorfilesystem.html - although I'm not sure...

This is due to our gradle plugin explicitly ignoring kotlin dependencies since we ship a specific version together with the binary. Might be good to have a `includeKotlinReflect` in the...

> As godot-bootstrap.jar is loaded first (as it handles loading and unloading of the main.jar), the kotlin dependencies have to be in godot-bootstrap.jar. Initially this was part of the projects...

> I don't know if we can delay the module initialization Sorry, I didn't mean the module itself but our bootstrap logic - i.e creating the classloader that loads the...

I say just include it always. Then maybe later, we could include an option to exclude kotlin-reflect during export.

From what I can dig up, we can see the preview to the new compiler plugin api around 1.8. They are building a prototype of the serialization plugin using the...

@lemon07r did you update your kotlin plugin as well? Probably we need to rebuild the plugin, but I'm not sure if the problem is really us or the kotlin plugin...

I prefer restricting it, users should follow kotlin's style.

Not to derail the issue, but I think clojure (or any other JVM language) support does not belong in this repo as this focuses more on Kotlin/JVM side of things....