Join Slack
Powered by
I'm a bit confused by how the plugin behaves when ...
# intellij
b
bjonnh
10/15/2020, 10:29 PM
I'm a bit confused by how the plugin behaves when I try to follow the style "everything from the root package should be at the src root"
f
Fleshgrinder
10/16/2020, 6:49 PM
Have a look at
https://github.com/JetBrains/gradle-idea-ext-plugin/wiki/DSL-spec-v.-0.5#package-prefix-requires-idea-20191
but be aware that it breaks tools like Jacoco (but Jacoco doesn't support many Kotlin things).
👍 1
b
bjonnh
10/17/2020, 4:18 PM
Yes I ended up using that. I just find it surprising to require an additional module to support the official kotlin style of package management.
Open in Slack
Previous
Next