kotlin-graphics / glm

jvm glm
125 stars 21 forks source link

How to use this with gradle #3

Closed 06needhamt closed 7 years ago

06needhamt commented 7 years ago

Hi

I would like to use this library within a gradle project but I am not sure how to add it to my build.gradle

Thanks in Advance

elect86 commented 7 years ago

Ok, readme modified, you can either click there or here

elect86 commented 7 years ago
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}

dependencies {
        compile 'com.github.kotlin-graphics:glm:0.01'
}