1. 引入依赖 - RebornQ/Plugin-Locale-Kotlin GitHub Wiki

plugin-locale

(可选)项目的 build.gradle 中加入:

当 JCenter 无法链接的时候可以尝试使用

allprojects {
    repositories {
        // ...
        maven { url "https://dl.bintray.com/rebornq/maven/" }
    }
}

app.gradle 中加入:

implementation 'com.mallotec.reb:plugin-locale:{last-version}'

注意:{last-version}要替换为最新版本号,最新版本链接:https://bintray.com/rebornq/maven/plugin-locale/_latestVersion