jonathanlermitage / oga-maven-plugin

:jigsaw: Old GroupIds Alerter - A Maven plugin that checks for deprecated groupId+artifactId (e.g. did you know that graphql-spring-boot-starter moved from com.graphql-java to com.graphql-java-kickstart?).
https://central.sonatype.com/search?q=biz.lermitage.oga
MIT License
38 stars 7 forks source link

Adds kotlin-stdlib-common #82

Closed froque closed 2 months ago

froque commented 2 months ago

The proposal is to publish no artifacts under kotlin-stdlib-common except a .pom file and a .module file with a universal variant that has the single dependency on kotlin-stdlib.

https://youtrack.jetbrains.com/issue/KT-60911/Compatibility-publishing-of-kotlin-stdlib-common https://github.com/JetBrains/kotlin/commit/3e4cbd6dd2460a567cbcf4f72b288a2ba4ff7ec9

jonathanlermitage commented 2 months ago

Thanks!