diff options
Diffstat (limited to 'composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt')
| -rw-r--r-- | composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt b/composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt index c9dd6cb..6bc44f6 100644 --- a/composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt +++ b/composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt @@ -4,4 +4,4 @@ class AndroidPlatform : Platform { override val needsTouchscreenControls = true } -actual fun getPlatform(): Platform = AndroidPlatform()
\ No newline at end of file +actual fun getPlatform(): Platform = AndroidPlatform() |
