I think I’ve seen this before but I don’t remember...
# multiplatform
g
I think I’ve seen this before but I don’t remember now. How can we avoid the creation of the
commonMain
and
commonTest
source sets?
s
Add
kotlin.import.noCommonSourceSets=true
to
gradle.properties
g
Hum, can we do this to module level only? I’d like to try something with only one module of mine. Since I’m receiving something like: “The Kotlin source set commonTest was configured but not added to any Kotlin compilation.”