Giter VIP home page Giter VIP logo

Comments (9)

yuriykulikov avatar yuriykulikov commented on August 15, 2024 7

Add this to your build.gradle, it will allow you to download artifacts from the bintray repository

repositories {
        maven {
            url "https://kotlin.bintray.com/kotlinx"
        }
    }

from kotlinx.collections.immutable.

JohannRosenberg avatar JohannRosenberg commented on August 15, 2024 4

jCenter is being permanently shut down. Where are these artifacts located now?

from kotlinx.collections.immutable.

ilya-g avatar ilya-g commented on August 15, 2024 3

I've filed a request for bintray to investigate why not all of the artifacts are mirrored in jcenter.

from kotlinx.collections.immutable.

ilya-g avatar ilya-g commented on August 15, 2024 1

Downloading from jcenter should be fine now.

from kotlinx.collections.immutable.

alphaho avatar alphaho commented on August 15, 2024

Thanks for the quick reply! With the repository configuration, it now can resolve the dependency successfully.

Maybe we need to update the README.md? As it says:

Add the bintray repository:

repositories {
    jcenter()
}

from kotlinx.collections.immutable.

rgoldberg avatar rgoldberg commented on August 15, 2024

Can you publish to mavenCentral()? jcenter() supposedly mirrors that.

I've experienced problems multiple times with jcenter(), but never with mavenCentral(), so I'd prefer to avoid using jcenter().

Since I already successfully use mavenCentral(), I'd rather not introduce another external dependency on https://kotlin.bintray.com/kotlinx.

Thanks.

from kotlinx.collections.immutable.

adam-arold avatar adam-arold commented on August 15, 2024

Is there a timeline for fixing this problem? This artifact is the only transitive dependency I have which doesn't download without adding the repository explicitly. This issue is still not solved.

from kotlinx.collections.immutable.

ilya-g avatar ilya-g commented on August 15, 2024

@adam-arold This issue was about artifacts being unavailable in jcenter. As I've checked them now once again, they are all there.

from kotlinx.collections.immutable.

ilya-g avatar ilya-g commented on August 15, 2024

@JohannBlake AFAIK jcenter isn't going anywhere until Feb 2022. The current version still resides in jcenter(), and the next version will be published to maven central pretty soon. You can subscribe to #96 for updates.

from kotlinx.collections.immutable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.