matt
03/10/2021, 11:33 AMRob Elliot
03/10/2021, 12:51 PMRob Elliot
03/10/2021, 12:52 PMRob Elliot
03/10/2021, 12:58 PMfoo
where all packages are subpackages of com.mycompany.myapp.foo
you can set the package prefix to that and then com.mycompany.myapp.foo.Foo
can be in src/main/kotlin/Foo.kt
rather than src/main/kotlin/com/mycompany/myapp/foo/Foo.kt
.
You can set it in gradle as so https://youtrack.jetbrains.com/issue/IDEA-240235matt
03/10/2021, 1:37 PM