When building a kotlinJS app, is it recommended to...
# javascript
r
When building a kotlinJS app, is it recommended to use gradle or go with something else? Main reason I ask is I see a lot of blogs using gradle, but if I create a Kotlin/JS app from the IDE no
build.gradle
is generated there.
m
You need to create a gradle project then select KotlinJS (don't forget to unselect Java)
👍 1
d
or just use
create-react-kotlin-app
without gradle