this may be another mor-gradle-than kotlin question,
i am trying to do a mavenPublication and shadow in some dependecies with shadowJar (kotlin-stdlib, kotlin-reflection and coroutines but thats deside the point)
when i use shadowjar it wipes all dependnecy inforfmation, so those other compile configurations are not listed in the pom
does anybody know how do avoid that ?