interesting, before we migrated our build to Kotli...
# gradle
b
interesting, before we migrated our build to Kotlin we were configuring the Kotlin source sets directly with
Copy code
sourceSets { main.kotlin.srcDirs += someSrcDir }