Created
December 26, 2023 07:20
-
-
Save erdalkaymak/dd372d3285bacc25807238ded7da14b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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