Skip to content

Commit 2900661

Browse files
committed
suppress experimental expect/actual classes
1 parent 37430b0 commit 2900661

File tree

4 files changed

+8
-0
lines changed
  • rsocket-test/src
    • commonMain/kotlin/io/rsocket/kotlin/test
    • jsMain/kotlin/io/rsocket/kotlin/test
    • jvmMain/kotlin/io/rsocket/kotlin/test
    • nativeMain/kotlin/io/rsocket/kotlin/test

4 files changed

+8
-0
lines changed

Diff for: rsocket-test/src/commonMain/kotlin/io/rsocket/kotlin/test/Test.common.kt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
@file:Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
18+
1719
package io.rsocket.kotlin.test
1820

1921
import kotlinx.coroutines.*

Diff for: rsocket-test/src/jsMain/kotlin/io/rsocket/kotlin/test/Test.kt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
@file:Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
18+
1719
package io.rsocket.kotlin.test
1820

1921
import kotlinx.coroutines.*

Diff for: rsocket-test/src/jvmMain/kotlin/io/rsocket/kotlin/test/Test.kt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
@file:Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
18+
1719
package io.rsocket.kotlin.test
1820

1921
import kotlinx.coroutines.*

Diff for: rsocket-test/src/nativeMain/kotlin/io/rsocket/kotlin/test/Test.kt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
@file:Suppress("EXPECT_ACTUAL_CLASSIFIERS_ARE_IN_BETA_WARNING")
18+
1719
package io.rsocket.kotlin.test
1820

1921
import kotlinx.coroutines.*

0 commit comments

Comments
 (0)