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 PM
Copy code
Please 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()
}
}