Piotr Jasz
07/07/2024, 2:25 PM./gradlew assemble
as if the stdlib itself was missing:
e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:10:15 Unresolved reference: math
e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:36:13 Unresolved reference: error
e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:50:17 Unresolved reference: maxOf
e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:66:13 Unresolved reference: error
e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:137:19 Type mismatch: inferred type is ClosedWriteChannelException but Throwable was expected
e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:142:22 Unresolved reference: let
...
I've pasted the whole output here: https://pastebin.com/ftRFafbm
This is on newest main branch, but I've checked some random older commits and had the same issue. I've compiled other kotlin projects on this machine successfully before. Any help would be appreciated, thanks!Piotr Jasz
07/07/2024, 2:46 PMAleksei Tirman [JB]
07/08/2024, 7:37 AMPiotr Jasz
07/08/2024, 7:39 AMAleksei Tirman [JB]
07/08/2024, 7:44 AM~/.gradle
directory.