David Nedrow
04/13/2022, 4:00 PMjsmain
or jstest
directories, nor do I have anything configured for JavaScript in my Gradle files. Yet I see the below output when sync'ing the project. Any thoughts?David Nedrow
04/13/2022, 4:01 PMPlease choose a JavaScript environment to build distributions and run tests.
Not choosing any of them will be an error in the future releases.
kotlin {
js {
// To build distributions for and run tests on browser or Node.js use one or both of:
browser()
nodejs()
}
}
Grégory Lureau
04/13/2022, 4:02 PMjs()
somewhere in your build.gradle files ?David Nedrow
04/14/2022, 1:17 PMjs()
anywhere. That's the odd part.