cashapp / molecule

Build a StateFlow stream using Jetpack Compose
https://cashapp.github.io/molecule/docs/1.x/
Apache License 2.0
1.85k stars 80 forks source link

0.9.0 is missing from Maven Central #220

Closed solcott closed 1 year ago

solcott commented 1 year ago

It seems that 0.9.0 has recently gone missing from maven central. I updated from 0.8.0 a few days ago. Yesterday my builds started failing while looking for molecule 0.9.0. It isn't listed when browsing maven central: https://central.sonatype.com/artifact/app.cash.molecule/molecule-runtime.

JakeWharton commented 1 year ago

I see it there: https://repo1.maven.org/maven2/app/cash/molecule/molecule-runtime/0.9.0/

Paste the full error from your build tool.

solcott commented 1 year ago

Never mind, looks like it was an issue with multi platform dependencies. It's weird that 0.9.0 isn't showing up when searching on https://central.sonatype.com/

JakeWharton commented 1 year ago

Back when it was search.maven.org it had problems all the time with updating. I assume with their move in infrastructure there's also still growing pains.