improvements for kmp
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package dev.meloda.overseerr
|
||||
|
||||
class JsPlatform : Platform {
|
||||
override val name: String = "Web with Kotlin/JS"
|
||||
}
|
||||
|
||||
actual fun getPlatform(): Platform = JsPlatform()
|
||||
Reference in New Issue
Block a user