1 min readOct 13, 2020
It depends on the way how you launch your application in IntelliJ.
If you are not using Gradle to launch the application then the files are not merged at all and you should face no issues. If you start using Gradle and `run` command the same applies. If you launch with `runShadow` Gradle task then the files are merged the same way as described in the post.