- 增加了wrapper处理原生app的交互

This commit is contained in:
Yudi Xiao
2026-04-08 17:04:29 +08:00
parent 90dcd9605c
commit f9dfde0ace
19 changed files with 1501 additions and 32 deletions

View File

@@ -0,0 +1,4 @@
plugins {
id("com.android.library") version "8.5.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.21" apply false
}