Skip to content

Commit

Permalink
Fix dagger import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Drjacky committed Jun 25, 2020
1 parent ae1f681 commit 37403f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/ir/hosseinabbasi/mvvm/MyApplication.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import android.content.Context
import androidx.multidex.MultiDex
import dagger.android.AndroidInjector
import dagger.android.support.DaggerApplication
import ir.hosseinabbasi.mvvm.di.DaggerAppComponent
import ir.hosseinabbasi.mvvm.di.component.DaggerAppComponent

/**
* Created by Dr.jacky on 9/7/2018.
Expand Down

0 comments on commit 37403f2

Please sign in to comment.