kotlin-graphics/glm

How to use this with gradle

06needhamt opened this issue · 2 comments

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

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

allprojects {
	repositories {
		maven { url 'https://jitpack.io' }
	}
}

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