mpetuska / npm-publish

Gradle plugin for NPM package publishing. Allows for arbitrary publishing as well as seamless integration with Kotlin JS/MPP plugins.
https://npm-publish.petuska.dev
Apache License 2.0
126 stars 10 forks source link

Replace relatedConfigurationNames with internal implementation #134

Closed antohaby closed 1 year ago

antohaby commented 1 year ago

In Kotlin 1.9 relatedConfigurationNames were deprecated and in 1.9.20 will be removed

See KT-58225