We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62f8f7 commit 95ad444Copy full SHA for 95ad444
kotlinx-coroutines-core/common/src/Annotations.kt
@@ -59,7 +59,7 @@ public annotation class ObsoleteCoroutinesApi
59
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.TYPEALIAS, AnnotationTarget.PROPERTY)
60
@RequiresOptIn(
61
level = RequiresOptIn.Level.ERROR, message = "This is an internal kotlinx.coroutines API that " +
62
- "should not be used from outside of kotlinx.coroutines. No compatibility guarantees are provided." +
+ "should not be used from outside of kotlinx.coroutines. No compatibility guarantees are provided. " +
63
"It is recommended to report your use-case of internal API to kotlinx.coroutines issue tracker, " +
64
"so stable API could be provided instead"
65
)
0 commit comments