Can you try forcing the src directory? Something l...
# getting-started
k
Can you try forcing the src directory? Something like
sourceSets { main { kotlin.srcDirs = ["src/main"] } }
I think.