feat:plugin编译为aar包引用
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
allprojects {
|
||||
repositories {
|
||||
val mavenLocalPath = rootProject.file("../../android/mavenLocal")
|
||||
println("Maven local path: ${mavenLocalPath.absolutePath}")
|
||||
println("Maven local exists: ${mavenLocalPath.exists()}")
|
||||
// println("Maven local path: ${mavenLocalPath.absolutePath}")
|
||||
// println("Maven local exists: ${mavenLocalPath.exists()}")
|
||||
|
||||
maven { url = uri(mavenLocalPath) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user