Skip to content

Instantly share code, notes, and snippets.

@erdalkaymak
Created November 1, 2022 14:31
Show Gist options
  • Select an option

  • Save erdalkaymak/142d92b8390b0de82720e7cc264285a6 to your computer and use it in GitHub Desktop.

Select an option

Save erdalkaymak/142d92b8390b0de82720e7cc264285a6 to your computer and use it in GitHub Desktop.
@HiltViewModel
class ChapterDescriptionViewModel @Inject constructor(
private val api: CourseRepository
) : BaseViewModel() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment