ephemient
12/10/2021, 8:35 AMjsTest
run main()
? none of the other targets have this behavior, but with
// commonMain
fun main() {
println("Hello, world!")
}
running ./gradlew allTests
prints out
> Task :jsNodeTest
Hello, world!
sample project attachedephemient
12/13/2021, 6:01 PM