What should I be using to manage the builds of a Kotlin React project ?
Should it be:
1. Create Kotlin React App
2. Gradle - Kotlin Frontend plugin
3. Gradle - Kotlin.JS plugin
I see that Jetbrains seem to be pushing option 3, as per this link https://play.kotlinlang.org/hands-on/Building%20Web%20Applications%20with%20React%20and%20Kotlin%20JS/01_Introduction
but I'm struggling to find an example of a gradle build file that uses the Kotlin.js plugin.
What do people use ?
3️⃣ 1
👍 1
a
altavir
01/01/2020, 11:37 PM
You should use 3. See hands-on tutorials. And wait for 1.3.70 for proper documentation.