Storyboard now has SNAPSHOTs published for those t...
# storyboard
b
Storyboard now has SNAPSHOTs published for those that don't want to use an include build. A first alpha release will probably land sometime this weekend. https://github.com/bnorm/storyboard/tree/main?tab=readme-ov-file#2-snapshots
Copy code
repository {
  mavenCentral()
  maven("<https://central.sonatype.com/repository/maven-snapshots/>")
}
dependencies {
  implementation("dev.bnorm.storyboard:storyboard:0.1.0-SNAPSHOT")
}
🙏🏻 1