chore: Move core module to core.main

This commit is contained in:
Ahmad Ansori Palembani 2025-01-01 08:17:55 +07:00
parent 672d364f43
commit 54a3059730
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
45 changed files with 22 additions and 24 deletions

View file

@ -31,7 +31,7 @@ enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = "Yokai"
include(":app")
include(":core")
include(":core:main")
include(":data")
include(":domain")
include(":i18n")