jvm-minimal-for-test: apply module-wise -opt-in=kotlin.ExperimentalMultiplatform

Motivation: Consistency. All other stdlib modules use this module-wise
`-opt-in`
This commit is contained in:
Nikita Bobko
2023-08-21 11:06:16 +02:00
committed by Space Team
parent 25c082f02b
commit ad90c86abe
3 changed files with 2 additions and 3 deletions
@@ -7,7 +7,6 @@
package kotlin.text
@OptIn(ExperimentalMultiplatform::class)
@AllowDifferentMembersInActual // New 'append' members are added compared to the expect declaration
@SinceKotlin("1.1") public actual typealias Appendable = java.lang.Appendable