Kotlin Gradle 引入本地 jar 包的方法

implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar"))))

非原创,找了老半天才找到的,原帖地址是 http://www.cocoachina.com/articles/895787

Last updated