Are Kotlin/JS react apps supported in Android Stud...
# javascript
s
Are Kotlin/JS react apps supported in Android Studio? When I follow the JB tutorial https://play.kotlinlang.org/hands-on/Building%20Web%20Applications%20with%20React%20and%20Kotlin%20JS/01_Introduction and run Gradle task 
browserDevelopmentRun
 I get the following error
Copy code
org.jetbrains.kotlin.gradle.targets.js.npm.KotlinNpmResolutionManager$ResolutionState$Installed cannot be cast to org.jetbrains.kotlin.gradle.targets.js.npm.KotlinNpmResolutionManager$ResolutionState$Configuring
But when using IntelliJ, the task runs fine.
t
and run Gradle task 
browserDevelopmentRun
 I get the following error
Do you use IDEA Run Configuration for run?
s
I use Configuration run