Skip to content

v0.1.0

Compare
Choose a tag to compare
@radstevee radstevee released this 28 Mar 16:33
· 60 commits to master since this release
79a2e90

The first version of axi!

For the gradle plugin, you may have to add the maven repository to your
plugin management build settings until it's approved:

pluginManagement { 
  repositories {
    maven("https://maven.radsteve.net/public")
  }
}