Stylianos Gakis
02/18/2022, 10:17 AMBig Chungus
02/18/2022, 10:31 AMStylianos Gakis
02/18/2022, 10:50 AM> ios
> android
> desktop
> shared
> web-kotlin
> web-ts[wanna add this here]
This is the project I am playing with for example.
Is the only way to consume such shared code through this npm publish that you linked? I am not planning to publish the shared code publicly as a library, but have it in a mono-repo, just like how the iOS target simply gets the shared
dependency from the shared module but aside from that is a standalone project.Big Chungus
02/18/2022, 10:52 AMStylianos Gakis
02/18/2022, 10:56 AMBig Chungus
02/18/2022, 10:57 AMStylianos Gakis
02/18/2022, 11:22 AMBig Chungus
02/18/2022, 11:26 AMBig Chungus
02/18/2022, 11:26 AMBig Chungus
02/18/2022, 11:28 AMStylianos Gakis
02/18/2022, 1:49 PMbuildAndStart
and have the console print the shared greeting code! Not sure how much of the stuff in the commit is necessary to make this work or if I over-copy pasted stuff but it’s a start!
Out of curiosity, is this @JsExport annotation the only way to have things be exposed to the client? It seems like I couldn’t access those without it.
Ah this is exciting, I feel like I know nothing all over again now 😂Big Chungus
02/18/2022, 1:53 PMStylianos Gakis
02/18/2022, 1:56 PMBig Chungus
02/18/2022, 1:56 PMBig Chungus
02/18/2022, 1:57 PMSebastien Leclerc Lavallee
02/18/2022, 1:58 PMBig Chungus
02/18/2022, 2:03 PMSebastien Leclerc Lavallee
02/18/2022, 7:21 PM