mirror of
https://github.com/BetterAndroid/FlexiLocale.git
synced 2025-09-07 19:44:02 +08:00
fix: android gradle plugin with kotlin android plugin missing sourceSets problem
This commit is contained in:
@@ -22,6 +22,7 @@ kotlin {
|
||||
|
||||
dependencies {
|
||||
compileOnly(com.android.library.com.android.library.gradle.plugin)
|
||||
compileOnly(org.jetbrains.kotlin.kotlin.gradle.plugin)
|
||||
implementation(com.squareup.kotlinpoet)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user