mirror of
https://github.com/openflocon/Flocon.git
synced 2026-05-01 22:20:11 +00:00
Feature/domain (#95)
* feature: Move analytics * feature: remote dashboard * fix: DI * feature: Dashboard * fix: DI * feature: Move files * feature: Move database * feature: Move files * feature: Move * feature: Move * feature: Move files * feature: Move files * feature: Move * feature: Move images * feature: Move sharedprefe * fix: Merge * feature: Network * fix: Network * feature: Move files * feature: Move * fix: DI * fix: DI * fix: Discussion * fix: Discussion * fix: Delete * fix: Comment * fix: Discussion * fix: Build * fix textfield * fix textfield --------- Co-authored-by: TEYSSANDIER Raphael <rteyssandier@sephora.fr> Co-authored-by: Florent Champigny <florent@bere.al>
This commit is contained in:
parent
d22bd8642f
commit
08698acf25
298 changed files with 2131 additions and 1976 deletions
|
|
@ -1,5 +1,6 @@
|
|||
plugins {
|
||||
alias(libs.plugins.kotlinMultiplatform)
|
||||
alias(libs.plugins.kotlinx.serialization)
|
||||
}
|
||||
|
||||
kotlin {
|
||||
|
|
@ -17,6 +18,7 @@ kotlin {
|
|||
sourceSets {
|
||||
commonMain.dependencies {
|
||||
implementation(libs.kotlinx.coroutinesCore)
|
||||
implementation(libs.kotlinx.serializationJson)
|
||||
|
||||
implementation(project.dependencies.platform(libs.koin.bom))
|
||||
implementation(libs.koin.core)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue