mirror of
https://github.com/MrNtlu/Token-Authentication.git
synced 2026-03-13 08:31:55 +08:00
7 lines
169 B
Kotlin
7 lines
169 B
Kotlin
package com.mrntlu.tokenauthentication
|
|
|
|
import android.app.Application
|
|
import dagger.hilt.android.HiltAndroidApp
|
|
|
|
@HiltAndroidApp
|
|
class HiltApplication: Application() {} |