refactor: setup MMKV submodule

Signed-off-by: ACh Sulfate <xenonhydride@gmail.com>
This commit is contained in:
ACh Sulfate
2022-02-11 21:38:34 +08:00
parent 0a1cf5f9a0
commit b00e153281
7 changed files with 1000 additions and 2 deletions

View File

@@ -13,5 +13,5 @@ include(":app", ":stub", ":ksp", ":mmkv")
val compilerLibsDir: File = File(settingsDir, "libs")
project(":stub").projectDir = File(compilerLibsDir, "stub")
project(":ksp").projectDir = File(compilerLibsDir, "ksp")
project(":mmkv").projectDir = File(compilerLibsDir, "mmkv" + File.separator + "Android")
project(":mmkv").projectDir = File(compilerLibsDir, "mmkv")
rootProject.name = "QAuxiliary"