-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't include org.jetbrains.kotlin:kotlin-stdlib-jdk8 as a dependency in Gradle projects at the Kotlin Gradle plugin adds the dependency automatically #1376
Conversation
@KotlinIsland Please sign the Contributor License Agreement! Click here to manually synchronize the status of this Pull Request. See the FAQ for frequently asked questions. |
@KotlinIsland Thank you for signing the Contributor License Agreement! |
Thanks for the proposal, @KotlinIsland. Rather than making the addition conditional on the build's type, I think it would be better to move it into the Maven-specific customiser, |
Sure. Thanks for the review |
4fc1f71
to
b7beed1
Compare
b7beed1
to
6622c7b
Compare
Thanks very much, @KotlinIsland. |
This is legacy and Kotlin handles this automatically for Gradle builds.
https://kotlinlang.org/docs/whatsnew14.html#dependency-on-the-standard-library-added-by-default