Initial commit

This commit is contained in:
2025-09-17 14:25:27 -03:00
parent 3332749ee0
commit e97df669a4
14 changed files with 91 additions and 28 deletions

View File

@@ -6,4 +6,4 @@ class AndroidPlatform : Platform {
override val name: String = "Android ${Build.VERSION.SDK_INT}"
}
actual fun getPlatform(): Platform = AndroidPlatform()
actual fun getPlatform(): Platform = AndroidPlatform()