Giter Site home page Giter Site logo

Comments (9)

denislfernandez avatar denislfernandez commented on May 12, 2024 2

Just checked with 2.0.0-rc1 and I can confirm that the error is gone. I'll be using a build published to a local repo for the 2.0.0-rc2 so I can have the latest changes

In case anyone meets this error while it is not fixed, a simple workaround after publishing a local build of the MviKotlin source project with the publishToMavenLocal gradle task is to add the following snippet inside the repository dependencies of the project

allprojects {
    repositories {
        ...
        exclusiveContent {
            forRepository {
                mavenLocal()
            }
            filter {
                includeGroup("com.arkivanov.mvikotlin")
            }
        }
    }
}

This will search for the MviKotlin dependencies on the local repository instead of bintray

If I can help with anything else let me know

from mvikotlin.

denislfernandez avatar denislfernandez commented on May 12, 2024 1

Just checked the 2.0.0-rc3 and the build problems are gone after updating my dependencies for Kotlin 1.4.0

from mvikotlin.

arkivanov avatar arkivanov commented on May 12, 2024

@denislfernandez This is really weird. "MVIDroid" is the previous name of the project, when it was Android only. I changed the name to "MVIKotlin" when converted to multipaltform. Search for "MVIDroid" through the project does not give any results. I will need to think about it.

from mvikotlin.

arkivanov avatar arkivanov commented on May 12, 2024

@maxtox3 Since you are using MVIKotlin with JS, maybe you have any clues?

from mvikotlin.

arkivanov avatar arkivanov commented on May 12, 2024

Publishing to a local repository produces proper names. Left picture is from Bintray, right is from local repo:
image

from mvikotlin.

arkivanov avatar arkivanov commented on May 12, 2024

I could find "MVIDroid" in Bintray repo settings. Will try to change this before publishing the next version.

from mvikotlin.

arkivanov avatar arkivanov commented on May 12, 2024

Suprisingly only "2.0.0-rc2" version is affected. Others look good. Perhaps this issue is related to Gradle 6.5, which was updated in rc2 release.

from mvikotlin.

arkivanov avatar arkivanov commented on May 12, 2024

@denislfernandez Just published 2.0.0-rc3 version, the issue seems fixed now. Not sure what was the reason, just updated repository settings in Bintray. Could you please check?

from mvikotlin.

arkivanov avatar arkivanov commented on May 12, 2024

Closing this issue. Will keep an eye in future publications. Thanks for reporting!

from mvikotlin.

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.