breandan/kotlingrad

How to add library to project?

Redrield opened this issue · 3 comments

Is kotlingrad hosted in any maven repos (such as jcenter or central)? I'd like to use this but I can't find a source to import it from

Not yet, but we will make it available on the GitHub Package Registry once our beta access is approved. In the mean time, you can clone and build the source via git clone https://github.com/breandan/kotlingrad && cd kotlingrad && ./gradlew build. The JAR file will be placed in build/libs. Thanks for your interest!

Still waiting for an invite to the GPR Beta. In the meantime, we will serve it on this Git repository directly: https://github.com/breandan/kotlingrad#installation

Builds are now distributed on the GitHub Package Registry (please see here for installation instructions).