refactoring
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package at.mocode
|
||||
|
||||
class JSPlatform: Platform {
|
||||
override val name: String = "JavaScript"
|
||||
}
|
||||
|
||||
actual fun getPlatform(): Platform = JSPlatform()
|
||||
Reference in New Issue
Block a user