i'm wondering what is the latest recommended `kotl...
# javascript
d
i'm wondering what is the latest recommended `kotlin.js`+`gradle` demo example repo? as i can see the
create-react-kotlin-app
repo doesn't generate gradle project (only npm). the
thinkter
project is using some custom made
react
wrappers which i'm not sure is the latest one. the
kotlin-conf
app desn't use the
kotlin-frontend
plugin which is must have as i understood.
kotlin-wrappers
repo has some bunch of .kt files in the examples folder with no runnable setup at all (it is pretty hard to figure out how to run it for newcomers). have i missed some other good js+react+gradle example on the internet?
c
This one does not use React, but might help you set up JVM server/JS client architecture: https://github.com/czyzby/kotlin-multiplatform-example
d
thanks, but this one doesn't use
frontend
plugin
c
I think I tried it out at some point, but turns out it doesn't expose all settings that I needed (or they were hidden somewhere in the API).
d
i've just realized that this project includes all i need to know: https://github.com/MarcinMoskala/KotlinAcademyApp
👍 3