Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kotlinx.coroutines 1.9.0 #81

Merged
merged 5 commits into from
Sep 25, 2024

Update kotlinx.coroutines to 1.9.0

873bdd0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

kotlinx.coroutines 1.9.0 #81

Update kotlinx.coroutines to 1.9.0
873bdd0
Select commit
Loading
Failed to load commit list.
GitHub Actions / Qodana Community for JVM completed Sep 25, 2024 in 0s

3 new problems found by Qodana Community for JVM

Qodana Community for JVM

3 new problems were found

Inspection name Severity Problems
Unnecessary '@OptIn' annotation ◽️ Notice 3

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 20 in kmp-observableviewmodel-core/src/appleMain/kotlin/com/rickclephas/kmp/observableviewmodel/StateFlow.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unnecessary '@OptIn' annotation

The opt-in annotation is redundant: no matching experimental API is used

Check notice on line 144 in kmp-observableviewmodel-core/src/appleMain/kotlin/com/rickclephas/kmp/observableviewmodel/StateFlow.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unnecessary '@OptIn' annotation

The opt-in annotation is redundant: no matching experimental API is used

Check notice on line 71 in kmp-observableviewmodel-core/src/appleMain/kotlin/com/rickclephas/kmp/observableviewmodel/StateFlow.kt

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for JVM

Unnecessary '@OptIn' annotation

The opt-in annotation is redundant: no matching experimental API is used