fix: android gradle plugin with kotlin android plugin missing sourceSets problem

This commit is contained in:
2023-10-13 19:50:11 +08:00
parent bba646ce62
commit ddd036b117
3 changed files with 16 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ libraries:
com.android.library:
com.android.library.gradle.plugin:
version: 8.1.2
org.jetbrains.kotlin:
kotlin-gradle-plugin:
version: 1.9.10
com.squareup:
kotlinpoet:
version: 1.14.2