Join Slack
Powered by
hi! what is kotlin default source sets directories...
# getting-started
t
trofman
04/13/2021, 6:08 AM
hi! what is kotlin default source sets directories?
trofman
04/13/2021, 6:11 AM
'src/test/kotlin'
and
'src/main/kotlin'
?
t
thana
04/13/2021, 6:54 AM
it's rather a gradle- and maven-default. but yes, when you use grdle or maven, those will be the defaults
🙏 1
e
ephemient
04/13/2021, 4:13 PM
kotlin-jvm will also look in
src/test/java
and
src/main/java
🙏 1
👀 1
4
Views
Open in Slack
Previous
Next