Andorid Studio - KorGE plugin - build.gradle
问题 I would like to use Open Source KorGE Game Engine. I'm using Android studio now and I would like to know if anyone know how to import the library. I've installed the plugin followind the setup documentation. Could anyone show me how to setup right my build.gradle? Thanks in Advance UPDATE: Following @soywiz suggestion this problem occurred: UPDATE Thanks to soywiz , now I can use KorGe In my Androdi Project. Just set in build gradle : buildscript { repositories { google() jcenter() maven {