I have a strange issue...
I have a project (that uses kotlin dsl) that has another project that uses kotlin-dsl as git submodule project dependency.
The submodule builds just fine on it's own, but when I attempt to build the main project I get this strange error:
https://pastebin.com/raw/ixeQefAb
Why and how to fix it?