Grégory Lureau
Grégory Lureau
Not sure about the progress so I share my current workaround (a simple file renaming via gradle) if ever it can help someone. ``` task("patchMokoStringLocalizationsForAndroid") { afterEvaluate { project.tasks.forEach {...
@kaidotarma glad to hear, but did you get an issue with 0.21.0? On my side I was able to remove this workaround after the upgrade. (If you still have an...
Alright, thanks for the response. I don't need to have the perfect code, the current code does work so I'm really fine with it. Again thanks a lot for this...
For cross-reference, slack discussion: https://kotlinlang.slack.com/archives/CDLD3845Q/p1683793061561869
Thanks for your feedback, looks like the version is not on maven central, it should, so not sure if I failed the deployment or if it has been removed. Investigating....
I've re-published 0.4.5 and also release 0.4.6 (using mermaid 10.2 the latest version available). I can't verify that those 2 versions are working at the moment and I've serious doubts,...
Hi! Sorry I didn't found time to investigate that yet. You're probably right as we never tested with `external`/`definedExternally`. From what I see the class `Item` is used from Js,...
Did you try to define an interface with the annotation instead of the external declaration? I presume it works quite similarly, so we could generate from an (annotated) external declaration...
Have you tried to pass the proxy via a setter? I can't investigate more right now, but you should have a generated class wrapping the typescript implementation in your kotlin...
I just released the 0.8.1 for you, please tell me if it's ok for your needs as I can't test it on my previous project anymore.