Skip to content

Update kotlinx coroutines from 1.8.1 to 1.9.0 #128

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

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.20"
kotlinx-coroutines = "1.8.1"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
dokka = "1.9.20"
ktor = "2.3.12"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ public final class love/forte/simbot/component/onebot/v11/common/api/StatusResul
public static final field Companion Llove/forte/simbot/component/onebot/v11/common/api/StatusResult$Companion;
public final fun component1 ()Ljava/lang/Boolean;
public final fun component2 ()Z
public final fun copy (Ljava/lang/Boolean;Z)Llove/forte/simbot/component/onebot/v11/common/api/StatusResult;
public static synthetic fun copy$default (Llove/forte/simbot/component/onebot/v11/common/api/StatusResult;Ljava/lang/Boolean;ZILjava/lang/Object;)Llove/forte/simbot/component/onebot/v11/common/api/StatusResult;
public fun equals (Ljava/lang/Object;)Z
public final fun getGood ()Z
public final fun getOnline ()Ljava/lang/Boolean;
Expand Down
Loading