Replies: 2 comments 3 replies
-
Well, really it maybe J2CL compatible, but nobody tests it. The main issue is super-source processing. Current implementation has several "tricks" that allows to compile the library by usual Java as well as GWT compiler. I am not sure that same tricks are suitable for J2CL. You can find them in the POM files it is:
|
Beta Was this translation helpful? Give feedback.
-
So I started the tests, and couldn't make it work with j2cl so far... 🤷 The thing is that there is no more So I think you need to provide a This is what I tried to do in this repo1 (just for testing purposes - you can run
Maybe you can use repo1 & repo2 to investigate further, or just let me know what I need to correct. Also let me know if you prefer I open an issue rather than using this discussion. Thank you! |
Beta Was this translation helpful? Give feedback.
-
hi,
Thanks a lot for your library, which I use in my WebFX framework, a JavaFX transpiler powered by GWT, and I'm currently investigating the possibility to move to J2CL (actually to support both GWT & J2CL).
I noticed in your README that you had a plan to make your library J2CL compatible. I'm interested indeed. And apparently there is no such library for J2CL so far.
Can you please give an update of your progress?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions