refactor(database): split out JVM and Android parts

This commit is contained in:
Harsh Shandilya 2023-09-26 16:19:46 +05:30
parent 1b1984064c
commit 7b0b206905
No known key found for this signature in database
31 changed files with 33 additions and 19 deletions

View file

@ -166,6 +166,7 @@ include(
"benchmark",
"common",
"core",
"database",
"database:core",
"database:impl",
"model",
)