Add iOS module

This commit is contained in:
Syer10
2022-11-17 20:50:26 -05:00
parent d45a9c31a5
commit 481888d2c8
5 changed files with 381 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ dependencyResolutionManagement {
}
rootProject.name = "Tachidesk-JUI"
include("desktop")
include("core")
include("i18n")
include("data")
@@ -24,6 +23,8 @@ include("domain")
include("ui-core")
include("presentation")
include("android")
include("desktop")
include("ios")
enableFeaturePreview("VERSION_CATALOGS")
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")