feat: add Application, MainActivity and Material3 theme

This commit is contained in:
nk
2026-06-01 12:02:35 +03:00
parent 8f26bf16d3
commit 7b1aa0c073
10 changed files with 145 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
package com.radiola
import android.app.Application
import dagger.hilt.android.HiltAndroidApp
@HiltAndroidApp
class RadiolaApplication : Application()