feature: Create domain (#84)

* feature: Create domain

* feature: Move

* feature: change package

---------

Co-authored-by: TEYSSANDIER Raphael <rteyssandier@sephora.fr>
This commit is contained in:
Raphael Teyssandier 2025-08-11 14:28:00 +02:00 committed by GitHub
parent da55c9463d
commit fff697c41a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
196 changed files with 408 additions and 383 deletions

View file

@ -24,6 +24,7 @@ kotlin {
freeCompilerArgs.add("-opt-in=kotlin.time.ExperimentalTime")
freeCompilerArgs.add("-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi")
freeCompilerArgs.add("-Xcontext-parameters")
freeCompilerArgs.add("-Xcontext-sensitive-resolution")
}
@OptIn(ExperimentalKotlinGradlePluginApi::class)
@ -71,6 +72,8 @@ kotlin {
// TODO Remove
implementation(projects.data.remote)
implementation(projects.domain)
implementation(projects.library.designsystem)
}
commonTest.dependencies {