Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ./gradlew assemble
- > Configure project :
- The build version is 3.0.0-beta-2-SNAPSHOT
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- New 'wasm' target is Work-in-Progress and is subject to change without notice.
- Using Kotlin compiler version: 1.9.22
- > Task :ktor-io:compileCommonMainKotlinMetadata
- 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
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:142:34 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:146:22 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:146:28 Cannot infer a type for this parameter. Please specify it explicitly.
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:210:30 Unresolved reference: min
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:211:22 Overload resolution ambiguity:
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Output.writeFully(src: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file Output.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:213:26 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:225:30 Unresolved reference: min
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:226:22 Overload resolution ambiguity:
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Output.writeFully(src: Memory, offset: Int, length: Int): Unit defined in io.ktor.utils.io.core in file Output.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:228:26 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:236:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:249:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:254:22 Overload resolution ambiguity:
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Output.writeFully(array: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Output.writeFully(src: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file Output.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:299:33 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:306:22 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:308:19 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:312:19 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:320:65 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:327:34 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:347:32 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:362:33 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:376:30 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:389:31 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:406:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:421:29 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:443:24 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:444:19 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:457:28 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:458:23 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:473:22 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:473:34 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:485:22 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:485:34 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:498:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:509:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:510:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:514:67 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:515:29 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:529:22 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:529:34 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:542:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:543:18 Overload resolution ambiguity:
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Input.readFully(dst: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:551:29 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:561:33 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:568:49 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:594:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:595:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:614:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:619:22 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:619:34 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:624:22 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:624:34 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:630:36 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:637:22 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:637:34 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:715:31 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:735:23 Unresolved reference: StringBuilder
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:748:22 Type mismatch: inferred type is Any but Throwable? was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:826:46 Unresolved reference: coerceAtMost
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:832:31 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:841:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:847:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:848:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:852:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:857:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteReadChannel.kt:134:29 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteReadChannel.kt:213:56 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteReadChannel.kt:232:32 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteWriteChannel.kt:194:26 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteWriteChannel.kt:210:1 Cannot access 'kotlin.IllegalStateException' which is a supertype of 'io.ktor.utils.io.ClosedWriteChannelException'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:7:51 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:7:53 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:11:49 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:11:51 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:15:50 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:15:52 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:19:51 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:19:53 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:23:52 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:23:54 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:27:40 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:27:42 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:31:38 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:31:40 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:35:39 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:35:41 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:39:40 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:39:42 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:43:41 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:43:43 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:47:49 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:47:51 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:51:47 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:51:49 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:55:48 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:55:50 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:59:49 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:59:51 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:63:50 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:63:52 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:67:38 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:67:40 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:71:36 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:71:38 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:75:37 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:75:39 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:79:38 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:79:40 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:83:39 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:83:41 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:9:1 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'io.ktor.utils.io.ReaderJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:20:1 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'io.ktor.utils.io.WriterJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:39:23 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:39:42 Unresolved reference: EmptyCoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:46:23 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:46:42 Unresolved reference: EmptyCoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:55:23 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:60:22 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:60:26 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'kotlinx.coroutines.Job'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:60:33 No method 'equals(Any?): Boolean' available
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:60:33 Unresolved reference: !=
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:61:21 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:62:24 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:64:12 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:64:27 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:64:46 Unresolved reference: EmptyCoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:70:23 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:76:61 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:76:61 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'io.ktor.utils.io.ReaderJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:77:27 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:84:23 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:84:42 Unresolved reference: EmptyCoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:91:23 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:91:42 Unresolved reference: EmptyCoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:100:23 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:105:22 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:105:26 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'kotlinx.coroutines.Job'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:105:33 No method 'equals(Any?): Boolean' available
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:105:33 Unresolved reference: !=
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:106:21 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:107:24 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:109:12 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:109:27 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:109:46 Unresolved reference: EmptyCoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:115:23 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:121:61 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:121:61 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'io.ktor.utils.io.WriterJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:122:27 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:132:14 Unresolved reference: CoroutineContext
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:137:22 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:137:38 Unresolved reference: coroutineContext[CoroutineDispatcher]
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:137:38 No get method providing array access
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:138:15 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:140:31 Cannot access class 'kotlin.coroutines.CoroutineContext'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:140:47 Unresolved reference: coroutineContext[Job]
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:140:47 No get method providing array access
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:157:9 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'kotlinx.coroutines.Job'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:170:1 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'io.ktor.utils.io.ChannelJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:175:5 'toString' overrides nothing
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:175:52 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'io.ktor.utils.io.ChannelJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ReadSession.kt:91:54 Unresolved reference: coerceAtMost
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ReadSession.kt:105:5 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/WriterSession.kt:88:11 Unresolved reference: UnsupportedOperationException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/WriterSession.kt:98:71 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/WriterSession.kt:99:5 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/WriterSession.kt:100:5 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:31:12 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:31:39 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:36:12 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:36:37 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:41:12 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:41:38 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/Memory.kt:118:54 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/Memory.kt:118:69 Inline function 'public inline fun Memory.storeAt(index: Long, value: [Error type: Unresolved type for UByte]): Unit defined in io.ktor.utils.io.bits in file Memory.kt' cannot be recursive
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/Memory.kt:124:53 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/Memory.kt:124:68 Inline function 'public inline fun Memory.storeAt(index: Int, value: [Error type: Unresolved type for UByte]): Unit defined in io.ktor.utils.io.bits in file Memory.kt' cannot be recursive
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:4:15 Unresolved reference: contracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:27:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:27:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:30:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:31:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:31:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:42:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:42:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:45:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:46:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:46:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:28:53 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:28:82 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:33:54 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:33:83 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:38:60 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:43:61 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:68:51 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:68:76 Unresolved reference: toUInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:73:52 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:73:77 Unresolved reference: toUInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:78:58 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:83:59 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:108:52 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:108:79 Unresolved reference: toULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:113:53 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:113:80 Unresolved reference: toULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:118:59 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:123:60 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:37:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:37:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:40:18 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:52:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:52:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:55:18 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:91:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:91:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:94:18 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:106:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:106:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:109:18 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:145:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:145:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:148:18 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:160:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:160:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:163:18 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:199:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:199:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:202:18 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:214:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:214:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:217:18 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:306:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:306:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:309:13 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:320:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:320:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:323:13 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:359:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:359:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:362:13 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:374:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:374:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:377:13 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:413:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:413:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:416:13 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:428:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:428:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:431:13 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:467:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:467:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:470:13 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:482:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:482:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:485:13 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:58:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:82:5 Unresolved reference: buildString
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:82:17 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:87:60 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:119:10 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:133:13 Unresolved reference: maxOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:170:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:9:15 Unresolved reference: contracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:147:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:174:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:242:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:243:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:263:58 Unresolved reference: apply
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:304:19 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:317:19 Type mismatch: inferred type is InsufficientSpaceException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:332:48 Too many arguments for public open fun toString(): String defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:370:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:370:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:372:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:373:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:373:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:388:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:388:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:390:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:391:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:391:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:400:11 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:404:11 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:408:11 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:414:15 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:417:11 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:424:11 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:432:11 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:437:11 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:444:11 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:455:86 Unresolved reference: Exception
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferAppend.kt:12:16 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferAppend.kt:14:24 Overload resolution ambiguity:
- public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
- public final operator fun compareTo(other: Double): Int defined in kotlin.Int
- public final operator fun compareTo(other: Float): Int defined in kotlin.Int
- public open fun compareTo(other: Int): Int defined in kotlin.Int
- public final operator fun compareTo(other: Long): Int defined in kotlin.Int
- public final operator fun compareTo(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferAppend.kt:38:15 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferAppend.kt:52:15 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:13:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:14:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:26:43 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:36:5 Overload resolution ambiguity:
- public fun Buffer.fill(times: Int, value: [Error type: Unresolved type for UByte]): Unit defined in io.ktor.utils.io.core in file BufferCompatibility.kt
- public fun Buffer.fill(times: Int, value: Byte): Unit defined in io.ktor.utils.io.core in file BufferCompatibility.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:49:20 Variable 'charactersWritten' must be initialized
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:56:19 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:59:25 Unresolved reference: until
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:16:12 Unresolved reference: with
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:75:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:79:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:80:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:81:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:82:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:83:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:87:46 Unresolved reference: apply
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:88:13 Unresolved reference: unpark
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:89:13 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
- public fun BytePacketBuilder.reset(): Unit defined in io.ktor.utils.io.core in file Builder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:7:15 Unresolved reference: contracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:15:29 Unresolved reference: until
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:26:32 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:26:51 Unresolved reference: toUByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:29:44 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:35:37 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:40:42 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:61:33 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:66:45 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:85:31 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:90:43 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:109:32 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:114:44 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:157:38 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:163:50 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:182:36 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:187:48 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:206:37 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:211:49 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:261:22 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:268:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:268:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:269:42 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:281:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:282:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:283:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:289:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:290:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:300:29 Overload resolution ambiguity:
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: ByteArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:309:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:309:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:312:18 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:331:22 Overload resolution ambiguity:
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:337:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:337:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:339:38 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:358:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:358:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:360:42 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:378:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:379:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:380:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:386:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:387:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:399:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:399:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:402:18 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:424:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:424:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:426:38 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:446:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:446:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:447:42 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:461:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:462:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:463:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:469:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:470:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:483:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:483:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:484:46 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:504:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:504:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:505:38 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:525:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:525:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:526:42 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:540:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:541:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:542:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:548:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:549:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:562:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:562:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:564:18 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:587:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:587:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:588:38 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:617:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:618:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:619:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:625:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:626:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:666:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:667:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:668:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:674:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:675:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:696:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:697:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:715:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:744:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:745:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:748:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:758:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:758:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:762:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:763:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:763:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:770:19 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:777:12 Variable 'value' must be initialized
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:780:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:780:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:784:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:785:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:785:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:791:19 Type mismatch: inferred type is InsufficientSpaceException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:6:15 Unresolved reference: contracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:18:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:33:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:33:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:35:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:36:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:36:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:94:54 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:98:46 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:104:16 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:120:62 Unresolved reference: Exception
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:3:15 Unresolved reference: contracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:10:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:10:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:12:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:13:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:13:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BytePacketBuilder.kt:91:50 Unresolved reference: toHexString
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/ByteReadPacket.kt:43:45 Unresolved reference: toHexString
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:57:23 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:57:30 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:71:13 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:119:27 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:121:39 Overload resolution ambiguity:
- public final operator fun compareTo(other: Byte): Int defined in kotlin.Long
- public final operator fun compareTo(other: Double): Int defined in kotlin.Long
- public final operator fun compareTo(other: Float): Int defined in kotlin.Long
- public final operator fun compareTo(other: Int): Int defined in kotlin.Long
- public open fun compareTo(other: Long): Int defined in kotlin.Long
- public final operator fun compareTo(other: Short): Int defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:124:28 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:132:24 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Long defined in kotlin.Long
- public final operator fun plus(other: Double): Double defined in kotlin.Long
- public final operator fun plus(other: Float): Float defined in kotlin.Long
- public final operator fun plus(other: Int): Long defined in kotlin.Long
- public final operator fun plus(other: Long): Long defined in kotlin.Long
- public final operator fun plus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:133:31 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Long defined in kotlin.Long
- public final operator fun plus(other: Double): Double defined in kotlin.Long
- public final operator fun plus(other: Float): Float defined in kotlin.Long
- public final operator fun plus(other: Int): Long defined in kotlin.Long
- public final operator fun plus(other: Long): Long defined in kotlin.Long
- public final operator fun plus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:314:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:322:36 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:342:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:359:28 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:362:13 'append' overrides nothing
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:362:47 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:367:13 'append' overrides nothing
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:367:56 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:372:33 Unresolved reference: until
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:380:13 'append' overrides nothing
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:380:88 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:381:23 Unresolved reference: UnsupportedOperationException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:392:30 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:404:35 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:416:16 Unresolved reference: buildString
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:416:32 Unresolved reference: coerceAtLeast
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:428:32 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:467:15 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:470:15 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:472:83 Type mismatch: inferred type is MalformedUTF8InputException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:476:31 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:505:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:507:22 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:510:16 Type mismatch: inferred type is Int but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:510:42 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Long defined in kotlin.Long
- public final operator fun minus(other: Double): Double defined in kotlin.Long
- public final operator fun minus(other: Float): Float defined in kotlin.Long
- public final operator fun minus(other: Int): Long defined in kotlin.Long
- public final operator fun minus(other: Long): Long defined in kotlin.Long
- public final operator fun minus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:510:58 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Long defined in kotlin.Long
- public final operator fun plus(other: Double): Double defined in kotlin.Long
- public final operator fun plus(other: Float): Float defined in kotlin.Long
- public final operator fun plus(other: Int): Long defined in kotlin.Long
- public final operator fun plus(other: Long): Long defined in kotlin.Long
- public final operator fun plus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:524:24 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:526:26 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:529:26 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:530:28 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:537:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:544:48 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:544:63 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:544:78 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:546:20 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:551:15 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:568:27 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:569:27 Overload resolution ambiguity:
- public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
- public final operator fun compareTo(other: Double): Int defined in kotlin.Int
- public final operator fun compareTo(other: Float): Int defined in kotlin.Int
- public open fun compareTo(other: Int): Int defined in kotlin.Int
- public final operator fun compareTo(other: Long): Int defined in kotlin.Int
- public final operator fun compareTo(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:575:23 Overload resolution ambiguity:
- public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
- public final operator fun compareTo(other: Double): Int defined in kotlin.Int
- public final operator fun compareTo(other: Float): Int defined in kotlin.Int
- public open fun compareTo(other: Int): Int defined in kotlin.Int
- public final operator fun compareTo(other: Long): Int defined in kotlin.Int
- public final operator fun compareTo(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:579:32 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Long defined in kotlin.Long
- public final operator fun plus(other: Double): Double defined in kotlin.Long
- public final operator fun plus(other: Float): Float defined in kotlin.Long
- public final operator fun plus(other: Int): Long defined in kotlin.Long
- public final operator fun plus(other: Long): Long defined in kotlin.Long
- public final operator fun plus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:582:54 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:597:23 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:599:18 Overload resolution ambiguity:
- public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
- public final operator fun compareTo(other: Double): Int defined in kotlin.Int
- public final operator fun compareTo(other: Float): Int defined in kotlin.Int
- public open fun compareTo(other: Int): Int defined in kotlin.Int
- public final operator fun compareTo(other: Long): Int defined in kotlin.Int
- public final operator fun compareTo(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:708:13 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:709:23 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:764:15 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:801:15 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:897:25 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:927:15 Type mismatch: inferred type is MalformedUTF8InputException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:8:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:15:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:22:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:29:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:36:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:43:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:69:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:76:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:83:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:90:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:97:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:104:13 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:145:21 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:147:19 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:148:19 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:169:21 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:172:19 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Long defined in kotlin.Long
- public final operator fun minus(other: Double): Double defined in kotlin.Long
- public final operator fun minus(other: Float): Float defined in kotlin.Long
- public final operator fun minus(other: Int): Long defined in kotlin.Long
- public final operator fun minus(other: Long): Long defined in kotlin.Long
- public final operator fun minus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:173:19 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Long defined in kotlin.Long
- public final operator fun plus(other: Double): Double defined in kotlin.Long
- public final operator fun plus(other: Float): Float defined in kotlin.Long
- public final operator fun plus(other: Int): Long defined in kotlin.Long
- public final operator fun plus(other: Long): Long defined in kotlin.Long
- public final operator fun plus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:195:21 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:197:19 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:198:19 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:9:55 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:9:57 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:13:53 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:13:55 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:17:54 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:17:56 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:21:55 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:21:57 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:25:56 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:25:58 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:28:90 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:28:92 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:31:84 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:31:86 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:34:87 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:34:89 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:37:90 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:37:92 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:40:93 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:40:95 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:43:91 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:43:93 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:46:85 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:46:87 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:49:88 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:49:90 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:52:91 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:52:93 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:55:94 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:55:96 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:58:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:58:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:59:45 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:65:5 Overload resolution ambiguity:
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Input.readFully(dst: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:68:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:73:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:73:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:74:45 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:80:5 Overload resolution ambiguity:
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Input.readFully(dst: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:83:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:88:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:88:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:89:45 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:95:5 Overload resolution ambiguity:
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Input.readFully(dst: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:98:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:104:5 Overload resolution ambiguity:
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Input.readFully(dst: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:107:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:113:5 Overload resolution ambiguity:
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public inline fun Input.readFully(dst: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file UnsignedTypes.kt
- public fun Input.readFully(dst: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:116:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:121:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:121:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:122:49 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:132:37 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:139:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:139:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:140:49 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:150:37 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:157:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:157:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:158:49 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:168:37 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:180:37 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:192:37 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:199:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:199:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:200:46 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:206:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:209:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:214:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:214:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:215:46 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:221:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:224:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:229:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:229:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:230:46 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:236:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:239:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:245:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:248:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:254:5 Overload resolution ambiguity:
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readFully(destination: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:257:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:262:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:262:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:263:50 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:269:18 Overload resolution ambiguity:
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: ShortArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:270:28 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:272:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:278:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:278:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:279:50 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:285:18 Overload resolution ambiguity:
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: IntArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:286:28 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:288:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:294:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:294:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:295:50 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:301:18 Overload resolution ambiguity:
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: LongArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:303:32 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:305:37 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:313:18 Overload resolution ambiguity:
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: FloatArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:315:32 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:317:37 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:325:18 Overload resolution ambiguity:
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.readAvailable(destination: DoubleArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:327:32 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:329:37 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:16:5 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:94:9 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:163:5 'append' overrides nothing
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:163:5 Visibility must be specified in explicit API mode
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:166:67 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:177:74 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:183:5 'append' overrides nothing
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:183:5 Visibility must be specified in explicit API mode
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:192:5 'append' overrides nothing
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:192:5 Visibility must be specified in explicit API mode
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:262:40 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:262:46 Cannot infer a type for this parameter. Please specify it explicitly.
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:270:19 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:280:30 Unresolved reference: error
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:293:17 Variable expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:311:54 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:331:54 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:341:62 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:356:20 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:357:17 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:358:17 'return' is not allowed here
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:358:24 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:366:16 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:366:37 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:374:13 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:389:13 Unresolved reference: check
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:400:85 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:405:80 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:412:16 Overload resolution ambiguity:
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:419:16 Overload resolution ambiguity:
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:426:16 Overload resolution ambiguity:
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:433:16 Overload resolution ambiguity:
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:440:16 Overload resolution ambiguity:
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:447:16 Overload resolution ambiguity:
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UByteArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UIntArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for ULongArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: [Error type: Unresolved type for UShortArray], offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- public fun Buffer.writeFully(source: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:474:25 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:475:16 Overload resolution ambiguity:
- public fun Buffer.fill(times: Int, value: [Error type: Unresolved type for UByte]): Unit defined in io.ktor.utils.io.core in file BufferCompatibility.kt
- public fun Buffer.fill(times: Int, value: Byte): Unit defined in io.ktor.utils.io.core in file BufferCompatibility.kt
- public fun Buffer.fill(n: Long, v: Byte): Unit defined in io.ktor.utils.io.core in file BufferCompatibility.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:476:17 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Long defined in kotlin.Long
- public final operator fun plus(other: Double): Double defined in kotlin.Long
- public final operator fun plus(other: Float): Float defined in kotlin.Long
- public final operator fun plus(other: Int): Long defined in kotlin.Long
- public final operator fun plus(other: Long): Long defined in kotlin.Long
- public final operator fun plus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:531:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:533:23 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:534:19 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:549:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:552:23 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Long defined in kotlin.Long
- public final operator fun plus(other: Double): Double defined in kotlin.Long
- public final operator fun plus(other: Float): Float defined in kotlin.Long
- public final operator fun plus(other: Int): Long defined in kotlin.Long
- public final operator fun plus(other: Long): Long defined in kotlin.Long
- public final operator fun plus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:553:19 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Long defined in kotlin.Long
- public final operator fun minus(other: Double): Double defined in kotlin.Long
- public final operator fun minus(other: Float): Float defined in kotlin.Long
- public final operator fun minus(other: Int): Long defined in kotlin.Long
- public final operator fun minus(other: Long): Long defined in kotlin.Long
- public final operator fun minus(other: Short): Long defined in kotlin.Long
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:569:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:571:23 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:572:19 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:9:66 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:9:68 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:14:64 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:14:66 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:19:65 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:19:67 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:24:66 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:24:68 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:29:67 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:29:69 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:34:55 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:34:57 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:39:53 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:39:55 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:44:54 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:44:56 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:49:55 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:49:57 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:54:56 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:54:58 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:57:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:57:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:59:50 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:65:55 Type mismatch: inferred type is Unit but Short was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:65:57 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:70:53 Type mismatch: inferred type is Unit but Int was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:70:55 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:75:54 Type mismatch: inferred type is Unit but Long was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:75:56 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:80:55 Type mismatch: inferred type is Unit but Float was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:80:57 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:85:56 Type mismatch: inferred type is Unit but Double was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:85:58 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:89:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:89:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:90:50 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:100:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:105:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:105:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:106:50 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:116:31 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:121:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:121:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:122:50 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:132:32 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:142:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:152:34 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:162:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:167:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:167:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:168:50 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:178:31 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:183:8 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:183:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:184:50 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:194:32 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:204:33 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:214:34 Overload resolution ambiguity:
- public fun [Error type: Unresolved type for UInt].reverseByteOrder(): [Error type: Unresolved type for UInt] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for ULong].reverseByteOrder(): [Error type: Unresolved type for ULong] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public fun [Error type: Unresolved type for UShort].reverseByteOrder(): [Error type: Unresolved type for UShort] defined in io.ktor.utils.io.bits in file ByteOrder.kt
- public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:246:20 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:247:31 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:251:15 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:270:16 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:271:27 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:275:11 Overload resolution ambiguity:
- public final operator fun plus(other: Byte): Int defined in kotlin.Int
- public final operator fun plus(other: Double): Double defined in kotlin.Int
- public final operator fun plus(other: Float): Float defined in kotlin.Int
- public final operator fun plus(other: Int): Int defined in kotlin.Int
- public final operator fun plus(other: Long): Long defined in kotlin.Int
- public final operator fun plus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:36:21 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:37:19 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:38:19 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:40:20 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:41:19 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:42:19 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:64:32 Unresolved reference: toRawBits
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:71:33 Unresolved reference: toRawBits
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Packet.kt:30:34 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Packet.kt:30:40 Cannot infer a type for this parameter. Please specify it explicitly.
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Packet.kt:32:13 'return' is not allowed here
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:3:15 Unresolved reference: contracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:5:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:5:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:9:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:10:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:10:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:20:19 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:4:15 Unresolved reference: contracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:12:8 Unresolved reference: ExperimentalContracts
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:12:8 An annotation argument must be a compile-time constant
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:14:5 Unresolved reference: contract
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:15:9 Unresolved reference: callsInPlace
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:15:29 Unresolved reference: InvocationKind
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Scanner.kt:192:15 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Scanner.kt:194:32 Unresolved reference: until
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:8:43 Unresolved reference. None of the following candidates is applicable because of receiver type mismatch:
- public expect fun CharsetEncoder.encodeToByteArray(input: CharSequence, fromIndex: Int = ..., toIndex: Int = ...): ByteArray defined in io.ktor.utils.io.charsets in file Encoding.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:31:14 Unresolved reference: StringBuilder
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:41:14 Unresolved reference: StringBuilder
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:51:38 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:92:30 Unresolved reference: coerceAtLeast
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:108:12 Unresolved reference: buildString
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:121:48 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:127:20 Unresolved reference: in
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:140:19 Overload resolution ambiguity:
- private fun Input.readUTF8UntilDelimiterToSlowUtf8(out: [Error type: Unresolved type for Appendable], delimiters: String, limit: Int, decoded0: Int): Int defined in io.ktor.utils.io.core in file Strings.kt
- private fun Input.readUTF8UntilDelimiterToSlowUtf8(out: Output, delimiters: String, limit: Int, decoded0: Int): Int defined in io.ktor.utils.io.core in file Strings.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:157:49 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:159:50 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:159:79 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:172:28 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:172:45 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:196:20 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:196:37 Unresolved reference: it
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:198:40 Unresolved reference: coerceAtMost
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:202:24 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:207:27 Unresolved reference: copyOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:212:15 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:215:46 Unresolved reference: copyOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:223:32 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:254:99 Unresolved reference: buildString
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:276:11 Unresolved reference: length
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:279:12 Type mismatch: inferred type is Int but String was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:358:41 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:369:20 Unresolved reference: in
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:389:19 Overload resolution ambiguity:
- private fun Input.readUTF8UntilDelimiterToSlowUtf8(out: [Error type: Unresolved type for Appendable], delimiters: String, limit: Int, decoded0: Int): Int defined in io.ktor.utils.io.core in file Strings.kt
- private fun Input.readUTF8UntilDelimiterToSlowUtf8(out: Output, delimiters: String, limit: Int, decoded0: Int): Int defined in io.ktor.utils.io.core in file Strings.kt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:409:20 Unresolved reference: in
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:426:44 Unresolved reference: coerceAtLeast
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:437:10 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:447:20 Unresolved reference: in
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:459:44 Unresolved reference: coerceAtLeast
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:469:11 Type mismatch: inferred type is BufferLimitExceededException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:474:11 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:478:11 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:481:11 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:5:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:7:38 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:7:57 Unresolved reference: toUByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:9:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:11:39 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:11:60 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:13:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:15:37 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:15:54 Unresolved reference: toUInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:17:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:19:38 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:19:57 Unresolved reference: toULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:21:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:23:40 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:27:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:29:40 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:33:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:35:40 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:39:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:41:40 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:45:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:47:40 Unresolved reference: UByte
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:51:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:53:41 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:57:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:59:39 Unresolved reference: UInt
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:63:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:65:40 Unresolved reference: ULong
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:69:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:71:44 Unresolved reference: UByteArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:75:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:77:44 Unresolved reference: UShortArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:81:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:83:44 Unresolved reference: UIntArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:87:2 Unresolved reference: ExperimentalUnsignedTypes
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:89:44 Unresolved reference: ULongArray
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:21:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:22:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:23:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:24:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:30:15 Unresolved reference: IndexOutOfBoundsException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:17:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:48:19 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:56:62 Unresolved reference: let
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:56:68 Cannot infer a type for this parameter. Please specify it explicitly.
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:58:52 Unresolved reference: also
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:58:59 Cannot infer a type for this parameter. Please specify it explicitly.
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:78:19 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:90:33 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:101:23 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:104:23 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:117:33 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:123:9 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:141:17 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:162:23 Unresolved reference: UnsupportedOperationException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:8:15 Unresolved reference: jvm
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:10:2 Unresolved reference: JvmInline
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:12:29 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:12:44 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:14:21 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:14:52 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:15:16 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:15:46 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:17:32 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:18:32 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/Numbers.kt:12:11 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:10:29 Unresolved reference: until
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:26:10 Unresolved reference: Appendable
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:64:35 Type mismatch: inferred type is TooLongLineException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:77:41 Unresolved reference: coerceAtLeast
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:94:11 Type mismatch: inferred type is EOFException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:128:29 Unresolved reference: until
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:157:54 Overload resolution ambiguity:
- public final operator fun minus(other: Byte): Int defined in kotlin.Int
- public final operator fun minus(other: Double): Double defined in kotlin.Int
- public final operator fun minus(other: Float): Float defined in kotlin.Int
- public final operator fun minus(other: Int): Int defined in kotlin.Int
- public final operator fun minus(other: Long): Long defined in kotlin.Int
- public final operator fun minus(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:199:25 Unresolved reference: minOf
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:199:42 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:200:32 Unresolved reference: coerceAtMost
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:200:45 Unresolved reference: UShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:205:28 Overload resolution ambiguity:
- public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
- public final operator fun compareTo(other: Double): Int defined in kotlin.Int
- public final operator fun compareTo(other: Float): Int defined in kotlin.Int
- public open fun compareTo(other: Int): Int defined in kotlin.Int
- public final operator fun compareTo(other: Long): Int defined in kotlin.Int
- public final operator fun compareTo(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:205:52 Overload resolution ambiguity:
- public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
- public final operator fun compareTo(other: Double): Int defined in kotlin.Int
- public final operator fun compareTo(other: Float): Int defined in kotlin.Int
- public open fun compareTo(other: Int): Int defined in kotlin.Int
- public final operator fun compareTo(other: Long): Int defined in kotlin.Int
- public final operator fun compareTo(other: Short): Int defined in kotlin.Int
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:206:48 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:206:89 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:209:39 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:246:23 Unresolved reference: isHighSurrogate
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:247:60 Unresolved reference: isLowSurrogate
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:253:31 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:264:40 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:264:81 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:288:24 Unresolved reference: isHighSurrogate
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:288:55 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:290:60 Unresolved reference: isLowSurrogate
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:305:40 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:305:81 Unresolved reference: toUShort
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:347:11 Type mismatch: inferred type is MalformedUTF8InputException but Throwable was expected
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:351:11 Unresolved reference: IllegalArgumentException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:372:26 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:373:24 Unresolved reference: code
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:378:61 Unresolved reference: Exception
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/Unsafe.kt:6:15 Unresolved reference: jvm
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/Unsafe.kt:62:2 Unresolved reference: JvmField
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/errors/Errors.kt:3:76 Unresolved reference: Exception
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/internal/AwaitingSlot.kt:35:37 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'kotlinx.coroutines.CompletableJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/internal/AwaitingSlot.kt:45:26 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'kotlinx.coroutines.CompletableJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/internal/AwaitingSlot.kt:47:26 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'kotlinx.coroutines.CompletableJob'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/internal/AwaitingSlot.kt:57:17 Cannot access 'kotlin.coroutines.CoroutineContext.Element' which is a supertype of 'kotlinx.coroutines.Job'. Check your module classpath for missing or conflicting dependencies
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/internal/SequentialCopyTo.kt:17:5 Unresolved reference: require
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/internal/SequentialCopyTo.kt:64:39 Unresolved reference: coerceAtMost
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/pool/Pool.kt:73:32 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/pool/Pool.kt:86:23 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/pool/Pool.kt:89:19 Unresolved reference: IllegalStateException
- e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/pool/Pool.kt:95:19 Unresolved reference: IllegalStateException
- > Task :ktor-io:compileCommonMainKotlinMetadata FAILED
- > Task :ktor-io:compileKotlinLinuxX64
- w: file:///home/user/Projects/kotlin/ktor/ktor-io/posix/src/io/ktor/utils/io/locks/Synchronized.kt:36:45 Unnecessary non-null assertion (!!) on a non-null receiver of type pthread_t /* = ULong */
- w: file:///home/user/Projects/kotlin/ktor/ktor-io/posix/src/io/ktor/utils/io/locks/Synchronized.kt:116:45 Unnecessary non-null assertion (!!) on a non-null receiver of type pthread_t /* = ULong */
- w: file:///home/user/Projects/kotlin/ktor/ktor-io/posix/src/io/ktor/utils/io/locks/Synchronized.kt:148:45 Unnecessary non-null assertion (!!) on a non-null receiver of type pthread_t /* = ULong */
- FAILURE: Build failed with an exception.
- * What went wrong:
- Execution failed for task ':ktor-io:compileCommonMainKotlinMetadata'.
- > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
- > Compilation error. See log for more details
- * Try:
- > Run with --stacktrace option to get the stack trace.
- > Run with --info or --debug option to get more log output.
- > Run with --scan to get full insights.
- > Get more help at https://help.gradle.org.
- BUILD FAILED in 34s
- 71 actionable tasks: 16 executed, 55 up-to-date
Add Comment
Please, Sign In to add comment