Skip to content

Commit 4b16e1b

Browse files
committed
Ignore API change in kotlinx-coroutines-core in train build
Ignored change in interface ReceiveChannel interface is: - public abstract fun receiveOrClosed (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; + public abstract fun receiveOrClosed-ZYPwvRU (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; This change is planned in 1.4.0 compiler.
1 parent 9bbb669 commit 4b16e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ apiValidation {
132132
if (build_snapshot_train) {
133133
ignoredProjects.remove("site")
134134
ignoredProjects.remove("example-frontend-js")
135+
ignoredProjects.add("kotlinx-coroutines-core")
135136
}
136137
ignoredPackages += "kotlinx.coroutines.internal"
137138
}

0 commit comments

Comments
 (0)