Skip to content

Instantly share code, notes, and snippets.

@abos3d
Created June 22, 2021 09:19
Show Gist options
  • Save abos3d/82ebfba97c91a75f0120511b0d35d05d to your computer and use it in GitHub Desktop.
Save abos3d/82ebfba97c91a75f0120511b0d35d05d to your computer and use it in GitHub Desktop.
package com.cleanarchitectkotlinflowhiltsimplestway.presentation
import android.app.Application
import dagger.hilt.android.HiltAndroidApp
@HiltAndroidApp
class App : Application() {
override fun onCreate() {
super.onCreate()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment