Cedric Hippmann

Results 135 comments of Cedric Hippmann

I see. Yeah will try that. Hmm yeah i see your point. And i didn't think of the case where a user of this lib would link to something else....

@elfefe I think you issue might be fixed by https://github.com/utopia-rise/godot-kotlin-jvm/pull/348 (since version [0.5.0-3.5.0](https://github.com/utopia-rise/godot-kotlin-jvm/releases/tag/0.5.0-3.5.0)). If not; please provide a little repro as I cannot reproduce this issue.

@nicola-sorace Did you try to add the sql modules first? Probably this will be enough: `jlink --add-modules java.base,java.logging,java.sql --output jre-amd64` but maybe you need additional modules

Yeah I'd keep that open for now

We won't expose methods declared private in the api.json. If one want's to call those (which other languages seemingly provide) one can still do that with the not typesafe `call`...

@piiertho Can this issue be closed?

> I finally finished a "dedicated" plugin that can handle a godot download and execution + a little bit of addon management. I'm running some stability checks on it, that...

Atm I'm thinking about integrating it into the existing `@Export` annotation as an optional parameter instead of a new one: `@Export(group = "My Custom Group")` This would have the benefit...

Being more explicit would fit our current approach where every member needs to be explicitly registered instead of implicit

True good point. Will do some tests with ksp regarding retention of property order