Skip to content

Instantly share code, notes, and snippets.

@mlegy
Last active October 30, 2020 05:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mlegy/c2b37b3977e7676c7014b85f6eabe714 to your computer and use it in GitHub Desktop.
Save mlegy/c2b37b3977e7676c7014b85f6eabe714 to your computer and use it in GitHub Desktop.
Deprecation of Kotlin Android Extensions compiler plugin article
private lateinit var binding: ActivityMainBinding
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
binding = ActivityMainBinding.inflate(layoutInflater)
setContentView(binding.root)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment