Also did anyone managed to setup a project with it...
# javascript
b
Also did anyone managed to setup a project with it yet? The missing documentation is a big pain in the arse
j
I managed to get some things to work in this github project: https://github.com/joffrey-bion/seven-wonders/tree/kotlin-frontend/sw-ui-kt This is the Kotlin UI of a bigger multi-module project. The parent project also contains a Kotlin Spring server, and common modules for the API model and client. I could get the
browserRun
task to run properly, and I have a working router and a redux basis. I am basically converting the initial React UI (
sw-ui
subproject) to Kotlin. I'm still missing proper typing of dependencies to be able to use my
blueprintjs
library, and
redux-sagas
as well.
s
@Big Chungus We are working on docs. Hopefully will be released soon… Meanwhile, you can create project from the wizard:
File
->
New
->
Project
->
Gradle
->
Kotlin/JS for browser
or
Kotlin/JS for Node.js
👍 2
b
Brilliant, glad to know it's coming 🙂