summaryrefslogtreecommitdiff
path: root/formats/protobuf/wasmTest/src/kotlinx/serialization/test/CurrentPlatform.kt
diff options
context:
space:
mode:
Diffstat (limited to 'formats/protobuf/wasmTest/src/kotlinx/serialization/test/CurrentPlatform.kt')
-rw-r--r--formats/protobuf/wasmTest/src/kotlinx/serialization/test/CurrentPlatform.kt7
1 files changed, 7 insertions, 0 deletions
diff --git a/formats/protobuf/wasmTest/src/kotlinx/serialization/test/CurrentPlatform.kt b/formats/protobuf/wasmTest/src/kotlinx/serialization/test/CurrentPlatform.kt
new file mode 100644
index 00000000..fd359b72
--- /dev/null
+++ b/formats/protobuf/wasmTest/src/kotlinx/serialization/test/CurrentPlatform.kt
@@ -0,0 +1,7 @@
+/*
+ * Copyright 2017-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
+package kotlinx.serialization.test
+
+public actual val currentPlatform: Platform = Platform.WASM \ No newline at end of file