Closed Flyfish233 closed 2 months ago
@Flyfish233 Hi, Can you please try the latest 0.1.4
version.
It still happening on 1.6.0-alpha1:
> Task :garden:compileKotlinLinuxX64
> Task :garden:linkReleaseExecutableLinuxX64
> Task :garden:linkDebugExecutableLinuxX64
i: <io.ktor:ktor-io> @ /mnt/agent/work/49d4a482a8522285/ktor-io/common/src/io/ktor/utils/io/internal/AwaitingSlot.kt:12:1: Abstract function 'tryResume' is not implemented in non-abstract class 'ClosedSlot'
i: <io.ktor:ktor-io> @ /mnt/agent/work/49d4a482a8522285/ktor-io/common/src/io/ktor/utils/io/internal/AwaitingSlot.kt:12:1: Abstract function 'resume' is not implemented in non-abstract class 'ClosedSlot'
i: <missing declarations>: No function found for symbol 'kotlinx.coroutines/CancellableContinuation.tryResume|tryResume(1:0;kotlin.Any?;kotlin.Function1<kotlin.Throwable,kotlin.Unit>?){}[0]'
> Task :garden:linkReleaseExecutableLinuxX64
i: <io.ktor:ktor-io> @ /mnt/agent/work/49d4a482a8522285/ktor-io/common/src/io/ktor/utils/io/internal/AwaitingSlot.kt:12:1: Abstract function 'tryResume' is not implemented in non-abstract class 'ClosedSlot'
i: <io.ktor:ktor-io> @ /mnt/agent/work/49d4a482a8522285/ktor-io/common/src/io/ktor/utils/io/internal/AwaitingSlot.kt:12:1: Abstract function 'resume' is not implemented in non-abstract class 'ClosedSlot'
i: <missing declarations>: No function found for symbol 'kotlinx.coroutines/CancellableContinuation.tryResume|tryResume(1:0;kotlin.Any?;kotlin.Function1<kotlin.Throwable,kotlin.Unit>?){}[0]'
> Task :garden:linuxX64Binaries
@Flyfish233 I think these are warnings from Ktor. Could you please confirm if it throws any errors?
@Flyfish233 its related to this: https://youtrack.jetbrains.com/issue/KTOR-7212 just make sure you are using coroutines version 1.8.1
@Flyfish233 This issue is not related to Ksoup; it is already using the correct version of Coroutines (1.8.1). Feel free to comment if you have any questions. Thanks.
Describe the bug
To Reproduce
Steps to reproduce the behavior:
linkReleaseExecutableLinuxX64
or any related task.FAILURE: Build failed with an exception.
with above output.Expected behavior
Pass gradle build.
Device:
Additional context
Build.gradle.kts source sets: