diff options
| author | Elizabeth Hunt <me@liz.coffee> | 2025-10-26 21:38:22 -0700 |
|---|---|---|
| committer | Elizabeth Hunt <me@liz.coffee> | 2025-10-26 21:39:58 -0700 |
| commit | a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf (patch) | |
| tree | 853df79c877d37d7e5d25f52b301aedcc3d5db55 /composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt | |
| parent | 395aa7d1c312e495517701be11c21425d9a5838e (diff) | |
| download | abstraction-engine-kt-a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf.tar.gz abstraction-engine-kt-a8e5e723b7e1891c9b352261a3ee4c3d3563e8cf.zip | |
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() |
