Skip to content

Instantly share code, notes, and snippets.

@Foso
Created November 12, 2019 22:37
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 Foso/570bdcfe6ab96473bd2b7ebd1ada9087 to your computer and use it in GitHub Desktop.
Save Foso/570bdcfe6ab96473bd2b7ebd1ada9087 to your computer and use it in GitHub Desktop.
val c = Class.forName("de.jensklingenberg.jetpackcomposeplayground.ui.samples.mysamples.other.CounterModelKt")
val m = c.getDeclaredMethod("CounterModelDemo")
m.invoke(null)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment