mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2026-01-02 01:38:47 +01:00
build(connector): add Compose and split desktop app and server
This commit is contained in:
5
connector/shared/src/jvmMain/kotlin/Platform.jvm.kt
Normal file
5
connector/shared/src/jvmMain/kotlin/Platform.jvm.kt
Normal file
@@ -0,0 +1,5 @@
|
||||
class JVMPlatform: Platform {
|
||||
override val name: String = "Java ${System.getProperty("java.version")}"
|
||||
}
|
||||
|
||||
actual fun getPlatform(): Platform = JVMPlatform()
|
||||
Reference in New Issue
Block a user