Skip to content

Instantly share code, notes, and snippets.

@louis993546
Created June 17, 2019 14:09
Show Gist options
  • Save louis993546/a93ad5c0b0819b9a3c5d7793acc81267 to your computer and use it in GitHub Desktop.
Save louis993546/a93ad5c0b0819b9a3c5d7793acc81267 to your computer and use it in GitHub Desktop.
import androidx.compose.*
import androidx.ui.core.*
@Composable
fun Greeting(name: String) {
Text ("Hello $name!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment