summaryrefslogtreecommitdiff
path: root/core/nativeTest/src/kotlinx/serialization/test/CurrentPlatform.kt
blob: 9e51d7f4fd16c8294c86054a45e83eff254c022e (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * Copyright 2017-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
 */

package kotlinx.serialization.test

import kotlinx.serialization.test.Platform
import kotlin.native.concurrent.SharedImmutable

@SharedImmutable
public actual val currentPlatform: Platform = Platform.NATIVE