Hi folks, I just switched from Groovy to Kotlin to describe my build. I was used to splitting my configuration files into smaller files
eclipse.gradle
and
checkstyle.gradle
where I stored the configuration of a specific use case. In Kotlin however, I can't make it work. Is this already supported and if so can someone point me to an example?