takari / polyglot-maven

Support alternative markup for Apache Maven POM files
Eclipse Public License 1.0
893 stars 101 forks source link

Fix #201 Add kotlin specific source directories #202

Closed nilols closed 5 years ago

nilols commented 5 years ago

This PR will set sourceDirectory and testSourceDirectory to the default locations src/main/kotlin and src/test/kotlin (Convention over Configuration)

nilols commented 5 years ago

Fixes #201