终于打包成功aar

This commit is contained in:
xsl
2025-10-21 18:56:09 +08:00
parent bdcf466b73
commit 25fd6b4a32
17 changed files with 585 additions and 24 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.application) apply false
alias(libs.plugins.android.library) apply false // 添加这行
id 'org.jetbrains.kotlin.android' version '2.2.0' apply false
}