今天需要在kotlin dsl中引入aar,发现了和groovy有点区别 implementation(group = "", name = "sdkName", ext = "aar") implementation(files("libs/sdkName.aar"))