How to use this with gradle
06needhamt opened this issue · 2 comments
06needhamt commented
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
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.kotlin-graphics:glm:0.01'
}