aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-core/js/src/internal/SystemProps.kt
diff options
context:
space:
mode:
Diffstat (limited to 'kotlinx-coroutines-core/js/src/internal/SystemProps.kt')
-rw-r--r--kotlinx-coroutines-core/js/src/internal/SystemProps.kt7
1 files changed, 7 insertions, 0 deletions
diff --git a/kotlinx-coroutines-core/js/src/internal/SystemProps.kt b/kotlinx-coroutines-core/js/src/internal/SystemProps.kt
new file mode 100644
index 00000000..6779d4e5
--- /dev/null
+++ b/kotlinx-coroutines-core/js/src/internal/SystemProps.kt
@@ -0,0 +1,7 @@
+/*
+ * Copyright 2016-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
+ */
+
+package kotlinx.coroutines.internal
+
+internal actual fun systemProp(propertyName: String): String? = null \ No newline at end of file