mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-02 01:30:09 +00:00
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:
parent
da55c9463d
commit
fff697c41a
196 changed files with 408 additions and 383 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue