Created
April 2, 2020 23:40
-
-
Save prideout/186d3f50b7595ba3c245e04cc5c5cb0d to your computer and use it in GitHub Desktop.
getting-started-init
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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