plugins { id("com.android.library") } // 使用自定义插件 apply() android { namespace = "me.yokeyword.indexablerv" } dependencies { api("com.github.promeg:tinypinyin:2.0.3") // api("com.github.promeg:tinypinyin-lexicons-android-cncity:2.0.3") }