xxfast / Decompose-Router

A Compose-multiplatform navigation library that leverage Decompose to create an API inspired by Conductor

Home Page:https://xxfast.github.io/Decompose-Router/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 0.2.1 is not found when running gradle sync - 0.2.0 works, but not the latest release.

algoflows opened this issue · comments

Version 0.2.1 is not found when running gradle sync - 0.2.0 works, but not the latest release.

Hi. Thanks for the issue. Can you share the error you are seeing on the sync window?

Update: Yes, I can replicate the issue

A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:iosArm64CompileKlibraries'.
   > A problem occurred configuring project ':login'.
      > Could not resolve all dependencies for configuration ':login:iosArm64CompileKlibraries'.
         > Could not find io.github.xxfast:decompose-router:0.2.1.
           Searched in the following locations:
             - https://dl.google.com/dl/android/maven2/io/github/xxfast/decompose-router/0.2.1/decompose-router-0.2.1.pom
             - https://repo.maven.apache.org/maven2/io/github/xxfast/decompose-router/0.2.1/decompose-router-0.2.1.pom
             - https://maven.pkg.jetbrains.space/public/p/compose/dev/io/github/xxfast/decompose-router/0.2.1/decompose-router-0.2.1.pom
             - https://s01.oss.sonatype.org/content/repositories/snapshots/io/github/xxfast/decompose-router/0.2.1/decompose-router-0.2.1.pom

Not sure why 🤔 I've rerun the release task, hopefully this works 👍

Meanwhile - you can use the 0.2.1-SNAPSHOT build from maven snapshot repository

maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")

Hi again!. Issue is fixed. I've also updated my sample with 0.2.1, PR available here