Hey guys, I observed for at least 6 month a strange behavior which I cannot fix. When I compile my mpp project from the cli it works fine, as expected. When I run the same gradle task from intellij I get tons of "Actual class foo has not corespondending expected declaration". If someone has some time to check it here is my repo:
https://github.com/rewe-digital-incubator/Konversation/tree/feature/provisioning (that feature branch should have also all the latest versions of the dependencies)
tbh I didn't care yet for this bug since I was able to compile my project, but this breaks debugging and running tests which is very annoying