I just tried updating to 2016.1. The new behavior of splitting gradle projects into separate modules caused some of our unit tests to fail when run in IntelliJ because they test internal methods in the now separate main-module. I've made the methods public for now but I'm wondering if I have any other options?