From 64f825465de9fa30c4dfe2707067efdb96110db8 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 23 Oct 2025 21:59:37 -0700 Subject: Init --- .../kotlin/coffee/liz/abstractionengine/Platform.android.kt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt (limited to 'composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt') diff --git a/composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt b/composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt new file mode 100644 index 0000000..3ab6a6a --- /dev/null +++ b/composeApp/src/androidMain/kotlin/coffee/liz/abstractionengine/Platform.android.kt @@ -0,0 +1,9 @@ +package coffee.liz.abstractionengine + +import android.os.Build + +class AndroidPlatform : Platform { + override val name: String = "Android ${Build.VERSION.SDK_INT}" +} + +actual fun getPlatform(): Platform = AndroidPlatform() \ No newline at end of file -- cgit v1.2.3-70-g09d2