You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now if someone applies, for example, io.github.andrew-k-21-12.kjs-box.frontend-entry-point Gradle plugin, the corresponding target project automatically gets some Kotlin Wrappers dependencies for its jsMain source set.
While such approach allows to configure required Gradle projects faster, it lacks flexibility and forces the end users either to have prescribed compilation dependencies (what can introduce regression or force the related APIs to be updated) or to put additional efforts to set custom dependencies resolution in Gradle.
Review all Gradle plugins and consider ways to avoid automatic pulling of dependencies from them into target projects.
The text was updated successfully, but these errors were encountered:
Now if someone applies, for example, io.github.andrew-k-21-12.kjs-box.frontend-entry-point Gradle plugin, the corresponding target project automatically gets some Kotlin Wrappers dependencies for its jsMain source set.
While such approach allows to configure required Gradle projects faster, it lacks flexibility and forces the end users either to have prescribed compilation dependencies (what can introduce regression or force the related APIs to be updated) or to put additional efforts to set custom dependencies resolution in Gradle.
Review all Gradle plugins and consider ways to avoid automatic pulling of dependencies from them into target projects.
The text was updated successfully, but these errors were encountered: