Skip to content

Instantly share code, notes, and snippets.

@erdalkaymak
Created December 26, 2023 06:33
Show Gist options
  • Select an option

  • Save erdalkaymak/dd5996848a0a346856868f736c992a06 to your computer and use it in GitHub Desktop.

Select an option

Save erdalkaymak/dd5996848a0a346856868f736c992a06 to your computer and use it in GitHub Desktop.
interface Platform {
val name: String
}
expect fun getPlatform(): Platform
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment