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

package kotlinx.serialization.test


import kotlin.native.concurrent.SharedImmutable


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