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
serebit
02/01/2020, 4:29 PM
Add
kotlin.import.noCommonSourceSets=true
to
gradle.properties
g
GarouDan
02/01/2020, 4:31 PM
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.”