Skip to content

Instantly share code, notes, and snippets.

@prideout
Created April 2, 2020 23:40
Show Gist options
  • Save prideout/186d3f50b7595ba3c245e04cc5c5cb0d to your computer and use it in GitHub Desktop.
Save prideout/186d3f50b7595ba3c245e04cc5c5cb0d to your computer and use it in GitHub Desktop.
getting-started-init
import com.google.android.filament.utils.*
class MainActivity : Activity() {
companion object {
init { Utils.init() }
}
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment