Skip to content

Instantly share code, notes, and snippets.

@Morfly
Created July 18, 2021 14:47
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 Morfly/9991f2c01ff65a873921665d6aa204ec to your computer and use it in GitHub Desktop.
Save Morfly/9991f2c01ff65a873921665d6aa204ec to your computer and use it in GitHub Desktop.
@Function(name = "myAmazingFunction")
interface MyAmazingFunction {
val arg1: List<Int>,
val arg2: Map<String, List<String>>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment