Skip to content

Instantly share code, notes, and snippets.

@lucanicoletti
Created May 29, 2019 08:54
Show Gist options
  • Save lucanicoletti/6beed24600ce450dffec47bc46fe5da5 to your computer and use it in GitHub Desktop.
Save lucanicoletti/6beed24600ce450dffec47bc46fe5da5 to your computer and use it in GitHub Desktop.
class MyActivity: Activity() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContent {
CraneWrapper {
MyApp()
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment