Skip to content

Instantly share code, notes, and snippets.

@erdalkaymak
Created December 26, 2023 07:20
Show Gist options
  • Select an option

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

Select an option

Save erdalkaymak/dd372d3285bacc25807238ded7da14b5 to your computer and use it in GitHub Desktop.
class AndroidPlatform : Platform {
override val name: String = "Android ${android.os.Build.BRAND}"
}
actual fun getPlatform(): Platform = AndroidPlatform()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment