hi! what is kotlin default source sets directories...
# getting-started
t
hi! what is kotlin default source sets directories?
'src/test/kotlin'
and
'src/main/kotlin'
?
t
it's rather a gradle- and maven-default. but yes, when you use grdle or maven, those will be the defaults
🙏 1
e
kotlin-jvm will also look in
src/test/java
and
src/main/java
🙏 1
👀 1