Migrate account settings

This commit is contained in:
MM20
2022-01-15 19:01:12 +01:00
parent 0902ee2583
commit 5b9ce4d4ae
19 changed files with 442 additions and 8 deletions
+1
View File
@@ -114,6 +114,7 @@ dependencies {
implementation(libs.koin.android)
implementation(project(":accounts"))
implementation(project(":applications"))
implementation(project(":badges"))
implementation(project(":base"))
@@ -2,6 +2,7 @@ package de.mm20.launcher2
import android.app.Application
import androidx.appcompat.app.AppCompatDelegate
import de.mm20.launcher2.accounts.accountsModule
import de.mm20.launcher2.applications.applicationsModule
import de.mm20.launcher2.badges.badgesModule
import de.mm20.launcher2.calculator.calculatorModule
@@ -58,6 +59,7 @@ class LauncherApplication : Application(), CoroutineScope {
androidContext(this@LauncherApplication)
modules(
listOf(
accountsModule,
applicationsModule,
calculatorModule,
badgesModule,