xref: /aosp_15_r20/external/kotlinx.serialization/core/jsTest/src/kotlinx/serialization/test/CurrentPlatform.kt (revision 57b5a4a64c534cf7f27ac9427ceab07f3d8ed3d8)
1 /*
2  * Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3  */
4 
5 package kotlinx.serialization.test
6 
7 public actual val currentPlatform: Platform = Platform.JS
8