czyzby
02/10/2018, 12:24 PMsrc/main/kotlin
not being marked as source folder in IntelliJ when using Gradle?
plugins {
id("kotlin2js")
}
dependencies {
compile(kotlin("stdlib-js"))
}
gaetan
02/10/2018, 12:36 PMczyzby
02/10/2018, 12:39 PMczyzby
02/10/2018, 12:39 PMsourceSets {
main.kotlin.srcDirs += project(':shared').sourceSets.main.kotlin.srcDirs
}
But I'm having trouble translating the code.gaetan
02/10/2018, 12:50 PM