LouisCAD / kotlin-libraries-playground

A playground to gain a wider and deeper knowledge of the libraries in the Kotlin ecosystem. Also the official sample for gradle refreshVersions.
MIT License
180 stars 57 forks source link

Most dependencies listed twice in kotlin-jvm/build.gradle.kts #82

Closed nkiesel closed 4 years ago

nkiesel commented 4 years ago

I see e.g.

    implementation("org.jetbrains.exposed:exposed-core:_")
    implementation("org.jetbrains.exposed:exposed-core:_")
...
    implementation(KotlinX.html.jvm)
    implementation(KotlinX.html.jvm)

Is there a specific reason for that or should that just be clean up?

jmfayard commented 4 years ago

No reason!