We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ec299 commit 0597eeeCopy full SHA for 0597eee
app/src/main/kotlin/com/ninecraft/booket/BooketApplication.kt
@@ -8,7 +8,7 @@ import coil.util.DebugLogger
8
import dagger.hilt.android.HiltAndroidApp
9
10
@HiltAndroidApp
11
-class BooketApplication : Application() , ImageLoaderFactory {
+class BooketApplication : Application(), ImageLoaderFactory {
12
override fun newImageLoader(): ImageLoader {
13
return ImageLoader.Builder(this)
14
.diskCache {
0 commit comments