Initial migration to new Compose settings activity and DataStore

This commit is contained in:
MM20
2022-01-01 20:34:59 +01:00
parent 912982aba8
commit 89db713e24
22 changed files with 659 additions and 41 deletions
@@ -21,6 +21,7 @@ import de.mm20.launcher2.websites.websitesModule
import de.mm20.launcher2.widgets.widgetsModule
import de.mm20.launcher2.wikipedia.wikipediaModule
import de.mm20.launcher2.database.databaseModule
import de.mm20.launcher2.preferences.preferencesModule
import de.mm20.launcher2.weather.weatherModule
import kotlinx.coroutines.*
import org.koin.android.ext.koin.androidContext
@@ -66,6 +67,7 @@ class LauncherApplication : Application(), CoroutineScope {
hiddenItemsModule,
iconsModule,
musicModule,
preferencesModule,
searchModule,
unitConverterModule,
weatherModule,