Skip to content

Commit

Permalink
#7 Add hilt android app application class
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jul 5, 2022
1 parent 54b1d3a commit f19a312
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package com.knowing.draven.di

import android.app.Application
import dagger.hilt.android.HiltAndroidApp

@HiltAndroidApp
class DravenApplication: Application() {
}

0 comments on commit f19a312

Please sign in to comment.