init
This commit is contained in:
commit
aebc802b88
54 changed files with 1598 additions and 0 deletions
|
|
@ -0,0 +1,9 @@
|
|||
package moe.lava.banksia
|
||||
|
||||
import android.os.Build
|
||||
|
||||
class AndroidPlatform : Platform {
|
||||
override val name: String = "Android ${Build.VERSION.SDK_INT}"
|
||||
}
|
||||
|
||||
actual fun getPlatform(): Platform = AndroidPlatform()
|
||||
Loading…
Add table
Add a link
Reference in a new issue