Skip to content

Instantly share code, notes, and snippets.

@hasankucuk
Created August 10, 2020 11:05
Show Gist options
  • Save hasankucuk/eacfc8c75019542e45e848b4d626bb5b to your computer and use it in GitHub Desktop.
Save hasankucuk/eacfc8c75019542e45e848b4d626bb5b to your computer and use it in GitHub Desktop.
@AndroidEntryPoint
class MainActivity : AppCompatActivity() { @Inject lateinit var analytics: AnalyticsAdapter
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment