I don't have the `jsmain` or `jstest` directories,...
# multiplatform
d
I don't have the
jsmain
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?
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()
    }
}
g
Do you have a
js()
somewhere in your build.gradle files ?
d
Nope, no
js()
anywhere. That's the odd part.