Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)

Nepolion Chakma answered on May 16, 2023 Popularity 9/10 Helpfulness 7/10

Contents


More Related Answers

  • Duplicate class kotlin.collections.jdk8.CollectionsJDK8Kt found in modules kotlin-stdlib-1.8.20

  • Duplicate class kotlin.internal.jdk7.JDK7PlatformImplementations found in modules kotlin-stdlib-1.8.10 (org.jetbrains.kotlin:kotlin-stdlib:1.8.10) and kotlin-stdlib-jdk7-1.6.21 (org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.6.21)

    0

    Add this below the dependencies

    Popularity 9/10 Helpfulness 7/10 Language javascript
    Tags: class whatever
    Link to this answer
    Share Copy Link
    Contributed on May 16 2023
    Nepolion Chakma
    0 Answers  Avg Quality 2/10

    Closely Related Answers



    0
    Popularity 9/10 Helpfulness 6/10 Language whatever
    Tags: class clas
    Link to this answer
    Share Copy Link
    Contributed on May 22 2023
    neo
    0 Answers  Avg Quality 2/10

    2

    go watch youtube video: https://www.youtube.com/watch?v=o_pp4SIYMcw


    add this code to build.gradlle in dependanceys


    constraints {

    implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0") {

    because("kotlin-stdlib-jdk7 is now a part of kotlin-stdlib")

    }

    implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0") {

    because("kotlin-stdlib-jdk8 is now a part of kotlin-stdlib")

    }

    Popularity 9/10 Helpfulness 5/10 Language whatever
    Tags: class clas
    Link to this answer
    Share Copy Link
    Contributed on Jun 03 2023
    Cruel Civet
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.