init #48

Merged
admin merged 18 commits from develop into main 2026-04-30 10:35:58 +02:00
Showing only changes of commit b074c98f7d - Show all commits

View File

@@ -33,6 +33,7 @@ abstract class TripDatabase : RoomDatabase() {
abstract fun categoryDao(): CategoryDao
}
@Module
@InstallIn(SingletonComponent::class)
object DatabaseModule {