lisawray/groupie

Installation instructions are not complete

kuteki707 opened this issue · 1 comments

The Gradle setup for Kotlin does not specify the mavenCentral() under the repositories. Also it does not mention the mavenCentral() and maven { url "https://jitpack.io" } under the allprojects repositories.

You're correct, allprojects { should have been there from the getgo.

Fixed in b6f7f72