Skip to content

Instantly share code, notes, and snippets.

@YuanLiou
Created April 28, 2022 10:50
Show Gist options
  • Save YuanLiou/b152566d4eb9f2dda617519ad05949bf to your computer and use it in GitHub Desktop.
Save YuanLiou/b152566d4eb9f2dda617519ad05949bf to your computer and use it in GitHub Desktop.
Hilt scope sample 02
@Singleton
class MyCustomManager @Inject constructor() {
// 省略內容
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment