Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ import kotlinx.coroutines.flow.flow
import kotlinx.coroutines.flow.flowOn
import javax.inject.Inject

/**
* repo implementation
*/
class PostRepositaryImp @Inject constructor(
private val apiService: ApiService,
private val sharedPrefManager: SharedPrefManager,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import android.app.Application
import android.content.Intent
import dagger.hilt.android.HiltAndroidApp

/*test comment */
@HiltAndroidApp
class MyApplication :Application(){

Expand Down