Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 14s
7 lines
143 B
Kotlin
7 lines
143 B
Kotlin
package ru.myitschool.work
|
|
|
|
import android.app.Application
|
|
import dagger.hilt.android.HiltAndroidApp
|
|
|
|
@HiltAndroidApp
|
|
class App : Application() |