Kotlin 2.0.20 #17
Annotations
3 notices
Unnecessary '@OptIn' annotation:
kmp-observableviewmodel-core/src/appleMain/kotlin/com/rickclephas/kmp/observableviewmodel/StateFlow.kt#L20
The opt-in annotation is redundant: no matching experimental API is used
|
Unnecessary '@OptIn' annotation:
kmp-observableviewmodel-core/src/appleMain/kotlin/com/rickclephas/kmp/observableviewmodel/StateFlow.kt#L144
The opt-in annotation is redundant: no matching experimental API is used
|
Unnecessary '@OptIn' annotation:
kmp-observableviewmodel-core/src/appleMain/kotlin/com/rickclephas/kmp/observableviewmodel/StateFlow.kt#L71
The opt-in annotation is redundant: no matching experimental API is used
|