Guest User

Untitled

a guest
Jul 7th, 2024
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 247.92 KB | None | 0 0
  1. ./gradlew assemble
  2.  
  3. > Configure project :
  4. The build version is 3.0.0-beta-2-SNAPSHOT
  5. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  6. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  7. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  8. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  9. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  10. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  11. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  12. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  13. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  14. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  15. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  16. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  17. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  18. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  19. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  20. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  21. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  22. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  23. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  24. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  25. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  26. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  27. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  28. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  29. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  30. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  31. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  32. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  33. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  34. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  35. New 'wasm' target is Work-in-Progress and is subject to change without notice.
  36. Using Kotlin compiler version: 1.9.22
  37.  
  38. > Task :ktor-io:compileCommonMainKotlinMetadata
  39. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:10:15 Unresolved reference: math
  40. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:36:13 Unresolved reference: error
  41. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:50:17 Unresolved reference: maxOf
  42. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:66:13 Unresolved reference: error
  43. 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
  44. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:142:22 Unresolved reference: let
  45. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:142:34 Unresolved reference: it
  46. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:146:22 Unresolved reference: let
  47. 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.
  48. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:210:30 Unresolved reference: min
  49. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:211:22 Overload resolution ambiguity:
  50. 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
  51. 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
  52. 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
  53. 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
  54. public fun Output.writeFully(src: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file Output.kt
  55. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:213:26 Overload resolution ambiguity:
  56. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  57. public final operator fun plus(other: Double): Double defined in kotlin.Int
  58. public final operator fun plus(other: Float): Float defined in kotlin.Int
  59. public final operator fun plus(other: Int): Int defined in kotlin.Int
  60. public final operator fun plus(other: Long): Long defined in kotlin.Int
  61. public final operator fun plus(other: Short): Int defined in kotlin.Int
  62. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:225:30 Unresolved reference: min
  63. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:226:22 Overload resolution ambiguity:
  64. 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
  65. 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
  66. 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
  67. 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
  68. public fun Output.writeFully(src: Memory, offset: Int, length: Int): Unit defined in io.ktor.utils.io.core in file Output.kt
  69. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:228:26 Overload resolution ambiguity:
  70. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  71. public final operator fun plus(other: Double): Double defined in kotlin.Int
  72. public final operator fun plus(other: Float): Float defined in kotlin.Int
  73. public final operator fun plus(other: Int): Int defined in kotlin.Int
  74. public final operator fun plus(other: Long): Long defined in kotlin.Int
  75. public final operator fun plus(other: Short): Int defined in kotlin.Int
  76. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:236:20 Unresolved reference: minOf
  77. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:249:20 Unresolved reference: minOf
  78. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:254:22 Overload resolution ambiguity:
  79. 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
  80. 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
  81. 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
  82. 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
  83. public fun Output.writeFully(src: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file Output.kt
  84. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:299:33 Unresolved reference: also
  85. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:306:22 Unresolved reference: let
  86. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:308:19 Unresolved reference: it
  87. 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
  88. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:320:65 Unresolved reference: also
  89. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:327:34 Unresolved reference: also
  90. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:347:32 Unresolved reference: also
  91. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:362:33 Unresolved reference: also
  92. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:376:30 Unresolved reference: also
  93. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:389:31 Unresolved reference: also
  94. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:406:20 Unresolved reference: minOf
  95. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:421:29 Unresolved reference: minOf
  96. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:443:24 Unresolved reference: minOf
  97. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:444:19 Overload resolution ambiguity:
  98. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  99. public final operator fun minus(other: Double): Double defined in kotlin.Int
  100. public final operator fun minus(other: Float): Float defined in kotlin.Int
  101. public final operator fun minus(other: Int): Int defined in kotlin.Int
  102. public final operator fun minus(other: Long): Long defined in kotlin.Int
  103. public final operator fun minus(other: Short): Int defined in kotlin.Int
  104. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:457:28 Unresolved reference: minOf
  105. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:458:23 Overload resolution ambiguity:
  106. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  107. public final operator fun minus(other: Double): Double defined in kotlin.Int
  108. public final operator fun minus(other: Float): Float defined in kotlin.Int
  109. public final operator fun minus(other: Int): Int defined in kotlin.Int
  110. public final operator fun minus(other: Long): Long defined in kotlin.Int
  111. public final operator fun minus(other: Short): Int defined in kotlin.Int
  112. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:473:22 Unresolved reference: let
  113. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:473:34 Unresolved reference: it
  114. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:485:22 Unresolved reference: let
  115. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:485:34 Unresolved reference: it
  116. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:498:20 Unresolved reference: minOf
  117. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:509:9 Unresolved reference: require
  118. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:510:9 Unresolved reference: require
  119. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:514:67 Unresolved reference: also
  120. 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
  121. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:529:22 Unresolved reference: let
  122. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:529:34 Unresolved reference: it
  123. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:542:20 Unresolved reference: minOf
  124. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:543:18 Overload resolution ambiguity:
  125. 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
  126. 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
  127. 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
  128. 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
  129. public fun Input.readFully(dst: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
  130. 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
  131. 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
  132. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:568:49 Unresolved reference: also
  133. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:594:9 Unresolved reference: require
  134. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:595:9 Unresolved reference: require
  135. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:614:9 Unresolved reference: require
  136. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:619:22 Unresolved reference: let
  137. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:619:34 Unresolved reference: it
  138. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:624:22 Unresolved reference: let
  139. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:624:34 Unresolved reference: it
  140. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:630:36 Unresolved reference: also
  141. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:637:22 Unresolved reference: let
  142. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:637:34 Unresolved reference: it
  143. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:715:31 Unresolved reference: Appendable
  144. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:735:23 Unresolved reference: StringBuilder
  145. 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
  146. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:826:46 Unresolved reference: coerceAtMost
  147. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:832:31 Unresolved reference: minOf
  148. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:841:9 Unresolved reference: require
  149. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:847:9 Unresolved reference: check
  150. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:848:9 Unresolved reference: check
  151. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:852:9 Unresolved reference: require
  152. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteChannelSequential.kt:857:9 Unresolved reference: check
  153. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteReadChannel.kt:134:29 Unresolved reference: Appendable
  154. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteReadChannel.kt:213:56 Unresolved reference: Appendable
  155. 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
  156. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ByteWriteChannel.kt:194:26 Unresolved reference: code
  157. 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
  158. 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
  159. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:7:53 Overload resolution ambiguity:
  160. 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
  161. 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
  162. 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
  163. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  164. 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
  165. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:11:51 Overload resolution ambiguity:
  166. 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
  167. 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
  168. 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
  169. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  170. 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
  171. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:15:52 Overload resolution ambiguity:
  172. 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
  173. 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
  174. 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
  175. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  176. 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
  177. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:19:53 Overload resolution ambiguity:
  178. 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
  179. 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
  180. 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
  181. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  182. 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
  183. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:23:54 Overload resolution ambiguity:
  184. 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
  185. 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
  186. 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
  187. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  188. 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
  189. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:27:42 Overload resolution ambiguity:
  190. 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
  191. 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
  192. 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
  193. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  194. 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
  195. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:31:40 Overload resolution ambiguity:
  196. 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
  197. 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
  198. 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
  199. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  200. 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
  201. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:35:41 Overload resolution ambiguity:
  202. 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
  203. 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
  204. 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
  205. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  206. 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
  207. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:39:42 Overload resolution ambiguity:
  208. 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
  209. 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
  210. 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
  211. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  212. 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
  213. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:43:43 Overload resolution ambiguity:
  214. 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
  215. 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
  216. 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
  217. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  218. 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
  219. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:47:51 Overload resolution ambiguity:
  220. 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
  221. 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
  222. 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
  223. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  224. 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
  225. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:51:49 Overload resolution ambiguity:
  226. 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
  227. 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
  228. 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
  229. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  230. 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
  231. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:55:50 Overload resolution ambiguity:
  232. 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
  233. 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
  234. 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
  235. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  236. 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
  237. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:59:51 Overload resolution ambiguity:
  238. 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
  239. 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
  240. 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
  241. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  242. 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
  243. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:63:52 Overload resolution ambiguity:
  244. 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
  245. 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
  246. 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
  247. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  248. 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
  249. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:67:40 Overload resolution ambiguity:
  250. 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
  251. 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
  252. 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
  253. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  254. 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
  255. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:71:38 Overload resolution ambiguity:
  256. 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
  257. 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
  258. 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
  259. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  260. 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
  261. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:75:39 Overload resolution ambiguity:
  262. 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
  263. 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
  264. 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
  265. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  266. 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
  267. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:79:40 Overload resolution ambiguity:
  268. 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
  269. 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
  270. 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
  271. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  272. 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
  273. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ChannelLittleEndian.kt:83:41 Overload resolution ambiguity:
  274. 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
  275. 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
  276. 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
  277. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  278. 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
  279. 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
  280. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:39:23 Unresolved reference: CoroutineContext
  281. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:39:42 Unresolved reference: EmptyCoroutineContext
  282. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:46:23 Unresolved reference: CoroutineContext
  283. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:46:42 Unresolved reference: EmptyCoroutineContext
  284. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:55:23 Unresolved reference: CoroutineContext
  285. 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
  286. 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
  287. 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
  288. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:60:33 Unresolved reference: !=
  289. 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
  290. 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
  291. 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
  292. 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
  293. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:64:46 Unresolved reference: EmptyCoroutineContext
  294. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:70:23 Unresolved reference: CoroutineContext
  295. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:76:61 Unresolved reference: also
  296. 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
  297. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:77:27 Unresolved reference: it
  298. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:84:23 Unresolved reference: CoroutineContext
  299. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:84:42 Unresolved reference: EmptyCoroutineContext
  300. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:91:23 Unresolved reference: CoroutineContext
  301. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:91:42 Unresolved reference: EmptyCoroutineContext
  302. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:100:23 Unresolved reference: CoroutineContext
  303. 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
  304. 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
  305. 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
  306. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:105:33 Unresolved reference: !=
  307. 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
  308. 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
  309. 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
  310. 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
  311. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:109:46 Unresolved reference: EmptyCoroutineContext
  312. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:115:23 Unresolved reference: CoroutineContext
  313. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:121:61 Unresolved reference: also
  314. 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
  315. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:122:27 Unresolved reference: it
  316. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:132:14 Unresolved reference: CoroutineContext
  317. 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
  318. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:137:38 Unresolved reference: coroutineContext[CoroutineDispatcher]
  319. 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
  320. 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
  321. 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
  322. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:140:47 Unresolved reference: coroutineContext[Job]
  323. 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
  324. 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
  325. 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
  326. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/Coroutines.kt:175:5 'toString' overrides nothing
  327. 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
  328. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ReadSession.kt:91:54 Unresolved reference: coerceAtMost
  329. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/ReadSession.kt:105:5 Unresolved reference: check
  330. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/WriterSession.kt:88:11 Unresolved reference: UnsupportedOperationException
  331. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/WriterSession.kt:98:71 Unresolved reference: also
  332. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/WriterSession.kt:99:5 Unresolved reference: it
  333. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/WriterSession.kt:100:5 Unresolved reference: it
  334. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:31:12 Unresolved reference: UShort
  335. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:31:39 Unresolved reference: UShort
  336. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:36:12 Unresolved reference: UInt
  337. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:36:37 Unresolved reference: UInt
  338. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:41:12 Unresolved reference: ULong
  339. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/ByteOrder.kt:41:38 Unresolved reference: ULong
  340. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/Memory.kt:118:54 Unresolved reference: UByte
  341. 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
  342. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/Memory.kt:124:53 Unresolved reference: UByte
  343. 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
  344. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:4:15 Unresolved reference: contracts
  345. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:27:8 Unresolved reference: ExperimentalContracts
  346. 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
  347. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:30:5 Unresolved reference: contract
  348. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:31:9 Unresolved reference: callsInPlace
  349. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:31:29 Unresolved reference: InvocationKind
  350. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:42:8 Unresolved reference: ExperimentalContracts
  351. 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
  352. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:45:5 Unresolved reference: contract
  353. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:46:9 Unresolved reference: callsInPlace
  354. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryFactory.kt:46:29 Unresolved reference: InvocationKind
  355. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:28:53 Unresolved reference: UShort
  356. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:28:82 Unresolved reference: toUShort
  357. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:33:54 Unresolved reference: UShort
  358. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:33:83 Unresolved reference: toUShort
  359. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:38:60 Unresolved reference: UShort
  360. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:43:61 Unresolved reference: UShort
  361. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:68:51 Unresolved reference: UInt
  362. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:68:76 Unresolved reference: toUInt
  363. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:73:52 Unresolved reference: UInt
  364. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:73:77 Unresolved reference: toUInt
  365. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:78:58 Unresolved reference: UInt
  366. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:83:59 Unresolved reference: UInt
  367. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:108:52 Unresolved reference: ULong
  368. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:108:79 Unresolved reference: toULong
  369. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:113:53 Unresolved reference: ULong
  370. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:113:80 Unresolved reference: toULong
  371. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:118:59 Unresolved reference: ULong
  372. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/MemoryPrimitives.kt:123:60 Unresolved reference: ULong
  373. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:37:8 Unresolved reference: ExperimentalUnsignedTypes
  374. 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
  375. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:40:18 Unresolved reference: UByteArray
  376. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:52:8 Unresolved reference: ExperimentalUnsignedTypes
  377. 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
  378. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:55:18 Unresolved reference: UByteArray
  379. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:91:8 Unresolved reference: ExperimentalUnsignedTypes
  380. 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
  381. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:94:18 Unresolved reference: UShortArray
  382. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:106:8 Unresolved reference: ExperimentalUnsignedTypes
  383. 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
  384. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:109:18 Unresolved reference: UShortArray
  385. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:145:8 Unresolved reference: ExperimentalUnsignedTypes
  386. 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
  387. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:148:18 Unresolved reference: UIntArray
  388. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:160:8 Unresolved reference: ExperimentalUnsignedTypes
  389. 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
  390. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:163:18 Unresolved reference: UIntArray
  391. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:199:8 Unresolved reference: ExperimentalUnsignedTypes
  392. 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
  393. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:202:18 Unresolved reference: ULongArray
  394. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:214:8 Unresolved reference: ExperimentalUnsignedTypes
  395. 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
  396. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:217:18 Unresolved reference: ULongArray
  397. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:306:8 Unresolved reference: ExperimentalUnsignedTypes
  398. 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
  399. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:309:13 Unresolved reference: UByteArray
  400. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:320:8 Unresolved reference: ExperimentalUnsignedTypes
  401. 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
  402. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:323:13 Unresolved reference: UByteArray
  403. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:359:8 Unresolved reference: ExperimentalUnsignedTypes
  404. 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
  405. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:362:13 Unresolved reference: UShortArray
  406. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:374:8 Unresolved reference: ExperimentalUnsignedTypes
  407. 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
  408. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:377:13 Unresolved reference: UShortArray
  409. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:413:8 Unresolved reference: ExperimentalUnsignedTypes
  410. 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
  411. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:416:13 Unresolved reference: UIntArray
  412. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:428:8 Unresolved reference: ExperimentalUnsignedTypes
  413. 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
  414. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:431:13 Unresolved reference: UIntArray
  415. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:467:8 Unresolved reference: ExperimentalUnsignedTypes
  416. 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
  417. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:470:13 Unresolved reference: ULongArray
  418. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:482:8 Unresolved reference: ExperimentalUnsignedTypes
  419. 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
  420. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/bits/PrimiteArrays.kt:485:13 Unresolved reference: ULongArray
  421. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:58:9 Unresolved reference: check
  422. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:82:5 Unresolved reference: buildString
  423. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:82:17 Unresolved reference: minOf
  424. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:87:60 Unresolved reference: Appendable
  425. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:119:10 Unresolved reference: Appendable
  426. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:133:13 Unresolved reference: maxOf
  427. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/charsets/Encoding.kt:170:9 Unresolved reference: check
  428. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:9:15 Unresolved reference: contracts
  429. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:147:9 Unresolved reference: require
  430. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:174:9 Unresolved reference: require
  431. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:242:9 Unresolved reference: require
  432. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:243:9 Unresolved reference: require
  433. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:263:58 Unresolved reference: apply
  434. 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
  435. 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
  436. 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
  437. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:370:8 Unresolved reference: ExperimentalContracts
  438. 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
  439. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:372:5 Unresolved reference: contract
  440. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:373:9 Unresolved reference: callsInPlace
  441. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:373:29 Unresolved reference: InvocationKind
  442. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:388:8 Unresolved reference: ExperimentalContracts
  443. 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
  444. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:390:5 Unresolved reference: contract
  445. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:391:9 Unresolved reference: callsInPlace
  446. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:391:29 Unresolved reference: InvocationKind
  447. 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
  448. 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
  449. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:408:11 Unresolved reference: IllegalArgumentException
  450. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:414:15 Unresolved reference: IllegalArgumentException
  451. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:417:11 Unresolved reference: IllegalStateException
  452. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:424:11 Unresolved reference: IllegalStateException
  453. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:432:11 Unresolved reference: IllegalArgumentException
  454. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:437:11 Unresolved reference: IllegalArgumentException
  455. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:444:11 Unresolved reference: IllegalArgumentException
  456. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffer.kt:455:86 Unresolved reference: Exception
  457. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferAppend.kt:12:16 Unresolved reference: minOf
  458. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferAppend.kt:14:24 Overload resolution ambiguity:
  459. public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
  460. public final operator fun compareTo(other: Double): Int defined in kotlin.Int
  461. public final operator fun compareTo(other: Float): Int defined in kotlin.Int
  462. public open fun compareTo(other: Int): Int defined in kotlin.Int
  463. public final operator fun compareTo(other: Long): Int defined in kotlin.Int
  464. public final operator fun compareTo(other: Short): Int defined in kotlin.Int
  465. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferAppend.kt:38:15 Unresolved reference: IllegalArgumentException
  466. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferAppend.kt:52:15 Unresolved reference: IllegalArgumentException
  467. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:13:5 Unresolved reference: require
  468. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:14:5 Unresolved reference: require
  469. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:26:43 Unresolved reference: UByte
  470. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:36:5 Overload resolution ambiguity:
  471. 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
  472. public fun Buffer.fill(times: Int, value: Byte): Unit defined in io.ktor.utils.io.core in file BufferCompatibility.kt
  473. 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
  474. 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
  475. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferCompatibility.kt:59:25 Unresolved reference: until
  476. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:16:12 Unresolved reference: with
  477. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:75:9 Unresolved reference: check
  478. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:79:9 Unresolved reference: check
  479. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:80:9 Unresolved reference: check
  480. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:81:9 Unresolved reference: check
  481. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:82:9 Unresolved reference: check
  482. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:83:9 Unresolved reference: check
  483. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:87:46 Unresolved reference: apply
  484. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferFactory.kt:88:13 Unresolved reference: unpark
  485. 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:
  486. public fun BytePacketBuilder.reset(): Unit defined in io.ktor.utils.io.core in file Builder.kt
  487. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:7:15 Unresolved reference: contracts
  488. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:15:29 Unresolved reference: until
  489. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:26:32 Unresolved reference: UByte
  490. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:26:51 Unresolved reference: toUByte
  491. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:29:44 Unresolved reference: UByte
  492. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:35:37 Unresolved reference: UByte
  493. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:40:42 Unresolved reference: UByte
  494. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:61:33 Unresolved reference: UShort
  495. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:66:45 Unresolved reference: UShort
  496. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:85:31 Unresolved reference: UInt
  497. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:90:43 Unresolved reference: UInt
  498. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:109:32 Unresolved reference: ULong
  499. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:114:44 Unresolved reference: ULong
  500. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:157:38 Unresolved reference: UShort
  501. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:163:50 Unresolved reference: UShort
  502. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:182:36 Unresolved reference: UInt
  503. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:187:48 Unresolved reference: UInt
  504. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:206:37 Unresolved reference: ULong
  505. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:211:49 Unresolved reference: ULong
  506. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:261:22 Overload resolution ambiguity:
  507. 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
  508. 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
  509. 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
  510. 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
  511. public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  512. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:268:8 Unresolved reference: ExperimentalUnsignedTypes
  513. 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
  514. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:269:42 Unresolved reference: UByteArray
  515. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:281:5 Unresolved reference: require
  516. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:282:5 Unresolved reference: require
  517. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:283:5 Unresolved reference: require
  518. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:289:20 Unresolved reference: minOf
  519. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:290:5 Overload resolution ambiguity:
  520. 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
  521. 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
  522. 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
  523. 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
  524. public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  525. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:300:29 Overload resolution ambiguity:
  526. 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
  527. 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
  528. 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
  529. 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
  530. public fun Buffer.readAvailable(destination: ByteArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  531. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:309:8 Unresolved reference: ExperimentalUnsignedTypes
  532. 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
  533. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:312:18 Unresolved reference: UByteArray
  534. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:331:22 Overload resolution ambiguity:
  535. 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
  536. 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
  537. 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
  538. 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
  539. public fun Buffer.writeFully(source: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  540. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:337:8 Unresolved reference: ExperimentalUnsignedTypes
  541. 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
  542. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:339:38 Unresolved reference: UByteArray
  543. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:358:8 Unresolved reference: ExperimentalUnsignedTypes
  544. 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
  545. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:360:42 Unresolved reference: UShortArray
  546. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:378:5 Unresolved reference: require
  547. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:379:5 Unresolved reference: require
  548. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:380:5 Unresolved reference: require
  549. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:386:20 Unresolved reference: minOf
  550. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:387:5 Overload resolution ambiguity:
  551. 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
  552. 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
  553. 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
  554. 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
  555. public fun Buffer.readFully(destination: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  556. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:399:8 Unresolved reference: ExperimentalUnsignedTypes
  557. 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
  558. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:402:18 Unresolved reference: UShortArray
  559. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:424:8 Unresolved reference: ExperimentalUnsignedTypes
  560. 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
  561. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:426:38 Unresolved reference: UShortArray
  562. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:446:8 Unresolved reference: ExperimentalUnsignedTypes
  563. 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
  564. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:447:42 Unresolved reference: UIntArray
  565. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:461:5 Unresolved reference: require
  566. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:462:5 Unresolved reference: require
  567. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:463:5 Unresolved reference: require
  568. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:469:20 Unresolved reference: minOf
  569. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:470:5 Overload resolution ambiguity:
  570. 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
  571. 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
  572. 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
  573. 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
  574. public fun Buffer.readFully(destination: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  575. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:483:8 Unresolved reference: ExperimentalUnsignedTypes
  576. 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
  577. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:484:46 Unresolved reference: UIntArray
  578. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:504:8 Unresolved reference: ExperimentalUnsignedTypes
  579. 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
  580. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:505:38 Unresolved reference: UIntArray
  581. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:525:8 Unresolved reference: ExperimentalUnsignedTypes
  582. 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
  583. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:526:42 Unresolved reference: ULongArray
  584. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:540:5 Unresolved reference: require
  585. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:541:5 Unresolved reference: require
  586. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:542:5 Unresolved reference: require
  587. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:548:20 Unresolved reference: minOf
  588. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:549:5 Overload resolution ambiguity:
  589. 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
  590. 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
  591. 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
  592. 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
  593. public fun Buffer.readFully(destination: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  594. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:562:8 Unresolved reference: ExperimentalUnsignedTypes
  595. 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
  596. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:564:18 Unresolved reference: ULongArray
  597. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:587:8 Unresolved reference: ExperimentalUnsignedTypes
  598. 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
  599. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:588:38 Unresolved reference: ULongArray
  600. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:617:5 Unresolved reference: require
  601. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:618:5 Unresolved reference: require
  602. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:619:5 Unresolved reference: require
  603. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:625:20 Unresolved reference: minOf
  604. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:626:5 Overload resolution ambiguity:
  605. 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
  606. 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
  607. 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
  608. 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
  609. public fun Buffer.readFully(destination: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  610. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:666:5 Unresolved reference: require
  611. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:667:5 Unresolved reference: require
  612. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:668:5 Unresolved reference: require
  613. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:674:20 Unresolved reference: minOf
  614. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:675:5 Overload resolution ambiguity:
  615. 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
  616. 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
  617. 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
  618. 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
  619. public fun Buffer.readFully(destination: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  620. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:696:5 Unresolved reference: require
  621. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:697:5 Unresolved reference: require
  622. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:715:20 Unresolved reference: minOf
  623. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:744:5 Unresolved reference: require
  624. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:745:5 Unresolved reference: require
  625. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:748:5 Unresolved reference: require
  626. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:758:8 Unresolved reference: ExperimentalContracts
  627. 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
  628. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:762:5 Unresolved reference: contract
  629. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:763:9 Unresolved reference: callsInPlace
  630. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:763:29 Unresolved reference: InvocationKind
  631. 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
  632. 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
  633. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:780:8 Unresolved reference: ExperimentalContracts
  634. 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
  635. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:784:5 Unresolved reference: contract
  636. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:785:9 Unresolved reference: callsInPlace
  637. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BufferPrimitives.kt:785:29 Unresolved reference: InvocationKind
  638. 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
  639. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:6:15 Unresolved reference: contracts
  640. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:18:5 Overload resolution ambiguity:
  641. 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
  642. 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
  643. 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
  644. 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
  645. public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  646. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:33:8 Unresolved reference: ExperimentalContracts
  647. 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
  648. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:35:5 Unresolved reference: contract
  649. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:36:9 Unresolved reference: callsInPlace
  650. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:36:29 Unresolved reference: InvocationKind
  651. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:94:54 Unresolved reference: minOf
  652. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:98:46 Unresolved reference: IllegalArgumentException
  653. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:104:16 Unresolved reference: minOf
  654. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Buffers.kt:120:62 Unresolved reference: Exception
  655. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:3:15 Unresolved reference: contracts
  656. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:10:8 Unresolved reference: ExperimentalContracts
  657. 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
  658. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:12:5 Unresolved reference: contract
  659. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:13:9 Unresolved reference: callsInPlace
  660. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Builder.kt:13:29 Unresolved reference: InvocationKind
  661. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/BytePacketBuilder.kt:91:50 Unresolved reference: toHexString
  662. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/ByteReadPacket.kt:43:45 Unresolved reference: toHexString
  663. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:57:23 Unresolved reference: also
  664. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:57:30 Unresolved reference: it
  665. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:71:13 Unresolved reference: require
  666. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:119:27 Unresolved reference: minOf
  667. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:121:39 Overload resolution ambiguity:
  668. public final operator fun compareTo(other: Byte): Int defined in kotlin.Long
  669. public final operator fun compareTo(other: Double): Int defined in kotlin.Long
  670. public final operator fun compareTo(other: Float): Int defined in kotlin.Long
  671. public final operator fun compareTo(other: Int): Int defined in kotlin.Long
  672. public open fun compareTo(other: Long): Int defined in kotlin.Long
  673. public final operator fun compareTo(other: Short): Int defined in kotlin.Long
  674. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:124:28 Unresolved reference: minOf
  675. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:132:24 Overload resolution ambiguity:
  676. public final operator fun plus(other: Byte): Long defined in kotlin.Long
  677. public final operator fun plus(other: Double): Double defined in kotlin.Long
  678. public final operator fun plus(other: Float): Float defined in kotlin.Long
  679. public final operator fun plus(other: Int): Long defined in kotlin.Long
  680. public final operator fun plus(other: Long): Long defined in kotlin.Long
  681. public final operator fun plus(other: Short): Long defined in kotlin.Long
  682. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:133:31 Overload resolution ambiguity:
  683. public final operator fun plus(other: Byte): Long defined in kotlin.Long
  684. public final operator fun plus(other: Double): Double defined in kotlin.Long
  685. public final operator fun plus(other: Float): Float defined in kotlin.Long
  686. public final operator fun plus(other: Int): Long defined in kotlin.Long
  687. public final operator fun plus(other: Long): Long defined in kotlin.Long
  688. public final operator fun plus(other: Short): Long defined in kotlin.Long
  689. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:314:9 Unresolved reference: require
  690. 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
  691. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:342:20 Unresolved reference: minOf
  692. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:359:28 Unresolved reference: Appendable
  693. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:362:13 'append' overrides nothing
  694. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:362:47 Unresolved reference: Appendable
  695. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:367:13 'append' overrides nothing
  696. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:367:56 Unresolved reference: Appendable
  697. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:372:33 Unresolved reference: until
  698. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:380:13 'append' overrides nothing
  699. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:380:88 Unresolved reference: Appendable
  700. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:381:23 Unresolved reference: UnsupportedOperationException
  701. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:392:30 Unresolved reference: Appendable
  702. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:404:35 Unresolved reference: Appendable
  703. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:416:16 Unresolved reference: buildString
  704. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:416:32 Unresolved reference: coerceAtLeast
  705. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:428:32 Unresolved reference: Appendable
  706. 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
  707. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:470:15 Unresolved reference: IllegalArgumentException
  708. 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
  709. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:476:31 Unresolved reference: Appendable
  710. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:505:20 Unresolved reference: minOf
  711. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:507:22 Overload resolution ambiguity:
  712. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  713. public final operator fun plus(other: Double): Double defined in kotlin.Int
  714. public final operator fun plus(other: Float): Float defined in kotlin.Int
  715. public final operator fun plus(other: Int): Int defined in kotlin.Int
  716. public final operator fun plus(other: Long): Long defined in kotlin.Int
  717. public final operator fun plus(other: Short): Int defined in kotlin.Int
  718. 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
  719. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:510:42 Overload resolution ambiguity:
  720. public final operator fun minus(other: Byte): Long defined in kotlin.Long
  721. public final operator fun minus(other: Double): Double defined in kotlin.Long
  722. public final operator fun minus(other: Float): Float defined in kotlin.Long
  723. public final operator fun minus(other: Int): Long defined in kotlin.Long
  724. public final operator fun minus(other: Long): Long defined in kotlin.Long
  725. public final operator fun minus(other: Short): Long defined in kotlin.Long
  726. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:510:58 Overload resolution ambiguity:
  727. public final operator fun plus(other: Byte): Long defined in kotlin.Long
  728. public final operator fun plus(other: Double): Double defined in kotlin.Long
  729. public final operator fun plus(other: Float): Float defined in kotlin.Long
  730. public final operator fun plus(other: Int): Long defined in kotlin.Long
  731. public final operator fun plus(other: Long): Long defined in kotlin.Long
  732. public final operator fun plus(other: Short): Long defined in kotlin.Long
  733. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:524:24 Unresolved reference: minOf
  734. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:526:26 Overload resolution ambiguity:
  735. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  736. public final operator fun plus(other: Double): Double defined in kotlin.Int
  737. public final operator fun plus(other: Float): Float defined in kotlin.Int
  738. public final operator fun plus(other: Int): Int defined in kotlin.Int
  739. public final operator fun plus(other: Long): Long defined in kotlin.Int
  740. public final operator fun plus(other: Short): Int defined in kotlin.Int
  741. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:529:26 Overload resolution ambiguity:
  742. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  743. public final operator fun minus(other: Double): Double defined in kotlin.Int
  744. public final operator fun minus(other: Float): Float defined in kotlin.Int
  745. public final operator fun minus(other: Int): Int defined in kotlin.Int
  746. public final operator fun minus(other: Long): Long defined in kotlin.Int
  747. public final operator fun minus(other: Short): Int defined in kotlin.Int
  748. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:530:28 Overload resolution ambiguity:
  749. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  750. public final operator fun plus(other: Double): Double defined in kotlin.Int
  751. public final operator fun plus(other: Float): Float defined in kotlin.Int
  752. public final operator fun plus(other: Int): Int defined in kotlin.Int
  753. public final operator fun plus(other: Long): Long defined in kotlin.Int
  754. public final operator fun plus(other: Short): Int defined in kotlin.Int
  755. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:537:20 Unresolved reference: minOf
  756. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:544:48 Overload resolution ambiguity:
  757. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  758. public final operator fun plus(other: Double): Double defined in kotlin.Int
  759. public final operator fun plus(other: Float): Float defined in kotlin.Int
  760. public final operator fun plus(other: Int): Int defined in kotlin.Int
  761. public final operator fun plus(other: Long): Long defined in kotlin.Int
  762. public final operator fun plus(other: Short): Int defined in kotlin.Int
  763. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:544:63 Overload resolution ambiguity:
  764. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  765. public final operator fun minus(other: Double): Double defined in kotlin.Int
  766. public final operator fun minus(other: Float): Float defined in kotlin.Int
  767. public final operator fun minus(other: Int): Int defined in kotlin.Int
  768. public final operator fun minus(other: Long): Long defined in kotlin.Int
  769. public final operator fun minus(other: Short): Int defined in kotlin.Int
  770. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:544:78 Overload resolution ambiguity:
  771. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  772. public final operator fun plus(other: Double): Double defined in kotlin.Int
  773. public final operator fun plus(other: Float): Float defined in kotlin.Int
  774. public final operator fun plus(other: Int): Int defined in kotlin.Int
  775. public final operator fun plus(other: Long): Long defined in kotlin.Int
  776. public final operator fun plus(other: Short): Int defined in kotlin.Int
  777. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:546:20 Overload resolution ambiguity:
  778. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  779. public final operator fun plus(other: Double): Double defined in kotlin.Int
  780. public final operator fun plus(other: Float): Float defined in kotlin.Int
  781. public final operator fun plus(other: Int): Int defined in kotlin.Int
  782. public final operator fun plus(other: Long): Long defined in kotlin.Int
  783. public final operator fun plus(other: Short): Int defined in kotlin.Int
  784. 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
  785. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:568:27 Unresolved reference: minOf
  786. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:569:27 Overload resolution ambiguity:
  787. public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
  788. public final operator fun compareTo(other: Double): Int defined in kotlin.Int
  789. public final operator fun compareTo(other: Float): Int defined in kotlin.Int
  790. public open fun compareTo(other: Int): Int defined in kotlin.Int
  791. public final operator fun compareTo(other: Long): Int defined in kotlin.Int
  792. public final operator fun compareTo(other: Short): Int defined in kotlin.Int
  793. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:575:23 Overload resolution ambiguity:
  794. public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
  795. public final operator fun compareTo(other: Double): Int defined in kotlin.Int
  796. public final operator fun compareTo(other: Float): Int defined in kotlin.Int
  797. public open fun compareTo(other: Int): Int defined in kotlin.Int
  798. public final operator fun compareTo(other: Long): Int defined in kotlin.Int
  799. public final operator fun compareTo(other: Short): Int defined in kotlin.Int
  800. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:579:32 Overload resolution ambiguity:
  801. public final operator fun plus(other: Byte): Long defined in kotlin.Long
  802. public final operator fun plus(other: Double): Double defined in kotlin.Long
  803. public final operator fun plus(other: Float): Float defined in kotlin.Long
  804. public final operator fun plus(other: Int): Long defined in kotlin.Long
  805. public final operator fun plus(other: Long): Long defined in kotlin.Long
  806. public final operator fun plus(other: Short): Long defined in kotlin.Long
  807. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:582:54 Overload resolution ambiguity:
  808. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  809. public final operator fun minus(other: Double): Double defined in kotlin.Int
  810. public final operator fun minus(other: Float): Float defined in kotlin.Int
  811. public final operator fun minus(other: Int): Int defined in kotlin.Int
  812. public final operator fun minus(other: Long): Long defined in kotlin.Int
  813. public final operator fun minus(other: Short): Int defined in kotlin.Int
  814. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:597:23 Unresolved reference: minOf
  815. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:599:18 Overload resolution ambiguity:
  816. public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
  817. public final operator fun compareTo(other: Double): Int defined in kotlin.Int
  818. public final operator fun compareTo(other: Float): Int defined in kotlin.Int
  819. public open fun compareTo(other: Int): Int defined in kotlin.Int
  820. public final operator fun compareTo(other: Long): Int defined in kotlin.Int
  821. public final operator fun compareTo(other: Short): Int defined in kotlin.Int
  822. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:708:13 Unresolved reference: require
  823. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:709:23 Unresolved reference: IllegalStateException
  824. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:764:15 Unresolved reference: IllegalStateException
  825. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Input.kt:801:15 Unresolved reference: IllegalStateException
  826. 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
  827. 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
  828. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:8:13 Overload resolution ambiguity:
  829. 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
  830. 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
  831. 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
  832. 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
  833. public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  834. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:15:13 Overload resolution ambiguity:
  835. 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
  836. 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
  837. 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
  838. 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
  839. public fun Buffer.readFully(destination: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  840. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:22:13 Overload resolution ambiguity:
  841. 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
  842. 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
  843. 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
  844. 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
  845. public fun Buffer.readFully(destination: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  846. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:29:13 Overload resolution ambiguity:
  847. 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
  848. 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
  849. 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
  850. 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
  851. public fun Buffer.readFully(destination: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  852. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:36:13 Overload resolution ambiguity:
  853. 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
  854. 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
  855. 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
  856. 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
  857. public fun Buffer.readFully(destination: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  858. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:43:13 Overload resolution ambiguity:
  859. 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
  860. 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
  861. 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
  862. 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
  863. public fun Buffer.readFully(destination: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  864. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:69:13 Overload resolution ambiguity:
  865. 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
  866. 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
  867. 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
  868. 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
  869. public fun Buffer.readFully(destination: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  870. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:76:13 Overload resolution ambiguity:
  871. 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
  872. 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
  873. 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
  874. 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
  875. public fun Buffer.readFully(destination: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  876. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:83:13 Overload resolution ambiguity:
  877. 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
  878. 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
  879. 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
  880. 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
  881. public fun Buffer.readFully(destination: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  882. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:90:13 Overload resolution ambiguity:
  883. 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
  884. 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
  885. 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
  886. 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
  887. public fun Buffer.readFully(destination: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  888. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:97:13 Overload resolution ambiguity:
  889. 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
  890. 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
  891. 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
  892. 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
  893. public fun Buffer.readFully(destination: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  894. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:104:13 Overload resolution ambiguity:
  895. 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
  896. 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
  897. 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
  898. 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
  899. public fun Buffer.readFully(destination: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  900. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:145:21 Unresolved reference: minOf
  901. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:147:19 Overload resolution ambiguity:
  902. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  903. public final operator fun minus(other: Double): Double defined in kotlin.Int
  904. public final operator fun minus(other: Float): Float defined in kotlin.Int
  905. public final operator fun minus(other: Int): Int defined in kotlin.Int
  906. public final operator fun minus(other: Long): Long defined in kotlin.Int
  907. public final operator fun minus(other: Short): Int defined in kotlin.Int
  908. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:148:19 Overload resolution ambiguity:
  909. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  910. public final operator fun plus(other: Double): Double defined in kotlin.Int
  911. public final operator fun plus(other: Float): Float defined in kotlin.Int
  912. public final operator fun plus(other: Int): Int defined in kotlin.Int
  913. public final operator fun plus(other: Long): Long defined in kotlin.Int
  914. public final operator fun plus(other: Short): Int defined in kotlin.Int
  915. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:169:21 Unresolved reference: minOf
  916. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:172:19 Overload resolution ambiguity:
  917. public final operator fun minus(other: Byte): Long defined in kotlin.Long
  918. public final operator fun minus(other: Double): Double defined in kotlin.Long
  919. public final operator fun minus(other: Float): Float defined in kotlin.Long
  920. public final operator fun minus(other: Int): Long defined in kotlin.Long
  921. public final operator fun minus(other: Long): Long defined in kotlin.Long
  922. public final operator fun minus(other: Short): Long defined in kotlin.Long
  923. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:173:19 Overload resolution ambiguity:
  924. public final operator fun plus(other: Byte): Long defined in kotlin.Long
  925. public final operator fun plus(other: Double): Double defined in kotlin.Long
  926. public final operator fun plus(other: Float): Float defined in kotlin.Long
  927. public final operator fun plus(other: Int): Long defined in kotlin.Long
  928. public final operator fun plus(other: Long): Long defined in kotlin.Long
  929. public final operator fun plus(other: Short): Long defined in kotlin.Long
  930. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:195:21 Unresolved reference: minOf
  931. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:197:19 Overload resolution ambiguity:
  932. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  933. public final operator fun minus(other: Double): Double defined in kotlin.Int
  934. public final operator fun minus(other: Float): Float defined in kotlin.Int
  935. public final operator fun minus(other: Int): Int defined in kotlin.Int
  936. public final operator fun minus(other: Long): Long defined in kotlin.Int
  937. public final operator fun minus(other: Short): Int defined in kotlin.Int
  938. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputArrays.kt:198:19 Overload resolution ambiguity:
  939. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  940. public final operator fun plus(other: Double): Double defined in kotlin.Int
  941. public final operator fun plus(other: Float): Float defined in kotlin.Int
  942. public final operator fun plus(other: Int): Int defined in kotlin.Int
  943. public final operator fun plus(other: Long): Long defined in kotlin.Int
  944. public final operator fun plus(other: Short): Int defined in kotlin.Int
  945. 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
  946. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:9:57 Overload resolution ambiguity:
  947. 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
  948. 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
  949. 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
  950. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  951. 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
  952. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:13:55 Overload resolution ambiguity:
  953. 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
  954. 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
  955. 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
  956. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  957. 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
  958. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:17:56 Overload resolution ambiguity:
  959. 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
  960. 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
  961. 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
  962. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  963. 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
  964. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:21:57 Overload resolution ambiguity:
  965. 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
  966. 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
  967. 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
  968. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  969. 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
  970. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:25:58 Overload resolution ambiguity:
  971. 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
  972. 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
  973. 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
  974. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  975. 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
  976. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:28:92 Overload resolution ambiguity:
  977. 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
  978. 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
  979. 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
  980. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  981. 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
  982. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:31:86 Overload resolution ambiguity:
  983. 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
  984. 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
  985. 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
  986. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  987. 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
  988. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:34:89 Overload resolution ambiguity:
  989. 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
  990. 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
  991. 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
  992. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  993. 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
  994. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:37:92 Overload resolution ambiguity:
  995. 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
  996. 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
  997. 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
  998. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  999. 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
  1000. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:40:95 Overload resolution ambiguity:
  1001. 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
  1002. 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
  1003. 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
  1004. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1005. 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
  1006. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:43:93 Overload resolution ambiguity:
  1007. 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
  1008. 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
  1009. 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
  1010. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1011. 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
  1012. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:46:87 Overload resolution ambiguity:
  1013. 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
  1014. 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
  1015. 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
  1016. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1017. 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
  1018. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:49:90 Overload resolution ambiguity:
  1019. 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
  1020. 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
  1021. 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
  1022. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1023. 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
  1024. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:52:93 Overload resolution ambiguity:
  1025. 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
  1026. 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
  1027. 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
  1028. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1029. 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
  1030. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:55:96 Overload resolution ambiguity:
  1031. 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
  1032. 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
  1033. 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
  1034. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1035. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:58:8 Unresolved reference: ExperimentalUnsignedTypes
  1036. 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
  1037. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:59:45 Unresolved reference: UShortArray
  1038. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:65:5 Overload resolution ambiguity:
  1039. 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
  1040. 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
  1041. 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
  1042. 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
  1043. public fun Input.readFully(dst: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
  1044. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:68:33 Overload resolution ambiguity:
  1045. 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
  1046. 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
  1047. 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
  1048. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1049. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:73:8 Unresolved reference: ExperimentalUnsignedTypes
  1050. 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
  1051. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:74:45 Unresolved reference: UIntArray
  1052. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:80:5 Overload resolution ambiguity:
  1053. 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
  1054. 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
  1055. 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
  1056. 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
  1057. public fun Input.readFully(dst: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
  1058. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:83:33 Overload resolution ambiguity:
  1059. 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
  1060. 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
  1061. 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
  1062. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1063. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:88:8 Unresolved reference: ExperimentalUnsignedTypes
  1064. 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
  1065. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:89:45 Unresolved reference: ULongArray
  1066. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:95:5 Overload resolution ambiguity:
  1067. 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
  1068. 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
  1069. 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
  1070. 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
  1071. public fun Input.readFully(dst: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
  1072. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:98:33 Overload resolution ambiguity:
  1073. 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
  1074. 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
  1075. 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
  1076. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1077. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:104:5 Overload resolution ambiguity:
  1078. 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
  1079. 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
  1080. 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
  1081. 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
  1082. public fun Input.readFully(dst: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
  1083. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:107:33 Overload resolution ambiguity:
  1084. 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
  1085. 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
  1086. 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
  1087. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1088. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:113:5 Overload resolution ambiguity:
  1089. 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
  1090. 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
  1091. 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
  1092. 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
  1093. public fun Input.readFully(dst: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file InputArrays.kt
  1094. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:116:33 Overload resolution ambiguity:
  1095. 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
  1096. 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
  1097. 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
  1098. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1099. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:121:8 Unresolved reference: ExperimentalUnsignedTypes
  1100. 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
  1101. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:122:49 Unresolved reference: UShortArray
  1102. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:132:37 Overload resolution ambiguity:
  1103. 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
  1104. 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
  1105. 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
  1106. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1107. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:139:8 Unresolved reference: ExperimentalUnsignedTypes
  1108. 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
  1109. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:140:49 Unresolved reference: UIntArray
  1110. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:150:37 Overload resolution ambiguity:
  1111. 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
  1112. 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
  1113. 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
  1114. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1115. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:157:8 Unresolved reference: ExperimentalUnsignedTypes
  1116. 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
  1117. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:158:49 Unresolved reference: ULongArray
  1118. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:168:37 Overload resolution ambiguity:
  1119. 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
  1120. 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
  1121. 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
  1122. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1123. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:180:37 Overload resolution ambiguity:
  1124. 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
  1125. 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
  1126. 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
  1127. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1128. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:192:37 Overload resolution ambiguity:
  1129. 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
  1130. 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
  1131. 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
  1132. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1133. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:199:8 Unresolved reference: ExperimentalUnsignedTypes
  1134. 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
  1135. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:200:46 Unresolved reference: UShortArray
  1136. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:206:5 Overload resolution ambiguity:
  1137. 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
  1138. 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
  1139. 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
  1140. 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
  1141. public fun Buffer.readFully(destination: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1142. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:209:33 Overload resolution ambiguity:
  1143. 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
  1144. 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
  1145. 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
  1146. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1147. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:214:8 Unresolved reference: ExperimentalUnsignedTypes
  1148. 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
  1149. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:215:46 Unresolved reference: UIntArray
  1150. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:221:5 Overload resolution ambiguity:
  1151. 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
  1152. 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
  1153. 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
  1154. 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
  1155. public fun Buffer.readFully(destination: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1156. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:224:33 Overload resolution ambiguity:
  1157. 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
  1158. 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
  1159. 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
  1160. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1161. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:229:8 Unresolved reference: ExperimentalUnsignedTypes
  1162. 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
  1163. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:230:46 Unresolved reference: ULongArray
  1164. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:236:5 Overload resolution ambiguity:
  1165. 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
  1166. 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
  1167. 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
  1168. 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
  1169. public fun Buffer.readFully(destination: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1170. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:239:33 Overload resolution ambiguity:
  1171. 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
  1172. 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
  1173. 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
  1174. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1175. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:245:5 Overload resolution ambiguity:
  1176. 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
  1177. 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
  1178. 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
  1179. 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
  1180. public fun Buffer.readFully(destination: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1181. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:248:33 Overload resolution ambiguity:
  1182. 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
  1183. 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
  1184. 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
  1185. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1186. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:254:5 Overload resolution ambiguity:
  1187. 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
  1188. 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
  1189. 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
  1190. 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
  1191. public fun Buffer.readFully(destination: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1192. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:257:33 Overload resolution ambiguity:
  1193. 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
  1194. 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
  1195. 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
  1196. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1197. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:262:8 Unresolved reference: ExperimentalUnsignedTypes
  1198. 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
  1199. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:263:50 Unresolved reference: UShortArray
  1200. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:269:18 Overload resolution ambiguity:
  1201. 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
  1202. 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
  1203. 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
  1204. 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
  1205. public fun Buffer.readAvailable(destination: ShortArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1206. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:270:28 Overload resolution ambiguity:
  1207. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1208. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1209. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1210. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1211. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1212. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1213. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:272:33 Overload resolution ambiguity:
  1214. 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
  1215. 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
  1216. 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
  1217. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1218. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:278:8 Unresolved reference: ExperimentalUnsignedTypes
  1219. 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
  1220. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:279:50 Unresolved reference: UIntArray
  1221. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:285:18 Overload resolution ambiguity:
  1222. 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
  1223. 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
  1224. 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
  1225. 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
  1226. public fun Buffer.readAvailable(destination: IntArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1227. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:286:28 Overload resolution ambiguity:
  1228. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1229. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1230. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1231. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1232. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1233. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1234. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:288:33 Overload resolution ambiguity:
  1235. 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
  1236. 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
  1237. 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
  1238. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1239. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:294:8 Unresolved reference: ExperimentalUnsignedTypes
  1240. 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
  1241. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:295:50 Unresolved reference: ULongArray
  1242. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:301:18 Overload resolution ambiguity:
  1243. 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
  1244. 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
  1245. 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
  1246. 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
  1247. public fun Buffer.readAvailable(destination: LongArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1248. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:303:32 Overload resolution ambiguity:
  1249. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1250. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1251. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1252. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1253. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1254. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1255. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:305:37 Overload resolution ambiguity:
  1256. 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
  1257. 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
  1258. 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
  1259. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1260. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:313:18 Overload resolution ambiguity:
  1261. 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
  1262. 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
  1263. 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
  1264. 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
  1265. public fun Buffer.readAvailable(destination: FloatArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1266. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:315:32 Overload resolution ambiguity:
  1267. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1268. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1269. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1270. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1271. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1272. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1273. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:317:37 Overload resolution ambiguity:
  1274. 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
  1275. 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
  1276. 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
  1277. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1278. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:325:18 Overload resolution ambiguity:
  1279. 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
  1280. 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
  1281. 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
  1282. 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
  1283. public fun Buffer.readAvailable(destination: DoubleArray, offset: Int = ..., length: Int = ...): Int defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1284. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:327:32 Overload resolution ambiguity:
  1285. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1286. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1287. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1288. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1289. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1290. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1291. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/InputLittleEndian.kt:329:37 Overload resolution ambiguity:
  1292. 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
  1293. 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
  1294. 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
  1295. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1296. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:16:5 Unresolved reference: Appendable
  1297. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:94:9 Unresolved reference: check
  1298. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:163:5 'append' overrides nothing
  1299. 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
  1300. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:166:67 Unresolved reference: code
  1301. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:177:74 Unresolved reference: code
  1302. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:183:5 'append' overrides nothing
  1303. 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
  1304. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:192:5 'append' overrides nothing
  1305. 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
  1306. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:262:40 Unresolved reference: let
  1307. 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.
  1308. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:270:19 Unresolved reference: IllegalStateException
  1309. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:280:30 Unresolved reference: error
  1310. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:293:17 Variable expected
  1311. 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
  1312. 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
  1313. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:341:62 Unresolved reference: Appendable
  1314. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:356:20 Unresolved reference: let
  1315. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:357:17 Unresolved reference: it
  1316. 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
  1317. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:358:24 Unresolved reference: it
  1318. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:366:16 Unresolved reference: let
  1319. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:366:37 Unresolved reference: it
  1320. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:374:13 Unresolved reference: check
  1321. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:389:13 Unresolved reference: check
  1322. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:400:85 Unresolved reference: Appendable
  1323. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:405:80 Unresolved reference: Appendable
  1324. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:412:16 Overload resolution ambiguity:
  1325. 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
  1326. 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
  1327. 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
  1328. 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
  1329. public fun Buffer.writeFully(source: ByteArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1330. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:419:16 Overload resolution ambiguity:
  1331. 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
  1332. 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
  1333. 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
  1334. 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
  1335. public fun Buffer.writeFully(source: ShortArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1336. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:426:16 Overload resolution ambiguity:
  1337. 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
  1338. 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
  1339. 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
  1340. 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
  1341. public fun Buffer.writeFully(source: IntArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1342. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:433:16 Overload resolution ambiguity:
  1343. 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
  1344. 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
  1345. 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
  1346. 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
  1347. public fun Buffer.writeFully(source: LongArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1348. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:440:16 Overload resolution ambiguity:
  1349. 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
  1350. 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
  1351. 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
  1352. 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
  1353. public fun Buffer.writeFully(source: FloatArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1354. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:447:16 Overload resolution ambiguity:
  1355. 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
  1356. 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
  1357. 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
  1358. 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
  1359. public fun Buffer.writeFully(source: DoubleArray, offset: Int = ..., length: Int = ...): Unit defined in io.ktor.utils.io.core in file BufferPrimitives.kt
  1360. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:474:25 Unresolved reference: minOf
  1361. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:475:16 Overload resolution ambiguity:
  1362. 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
  1363. public fun Buffer.fill(times: Int, value: Byte): Unit defined in io.ktor.utils.io.core in file BufferCompatibility.kt
  1364. public fun Buffer.fill(n: Long, v: Byte): Unit defined in io.ktor.utils.io.core in file BufferCompatibility.kt
  1365. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:476:17 Overload resolution ambiguity:
  1366. public final operator fun plus(other: Byte): Long defined in kotlin.Long
  1367. public final operator fun plus(other: Double): Double defined in kotlin.Long
  1368. public final operator fun plus(other: Float): Float defined in kotlin.Long
  1369. public final operator fun plus(other: Int): Long defined in kotlin.Long
  1370. public final operator fun plus(other: Long): Long defined in kotlin.Long
  1371. public final operator fun plus(other: Short): Long defined in kotlin.Long
  1372. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:531:20 Unresolved reference: minOf
  1373. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:533:23 Overload resolution ambiguity:
  1374. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1375. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1376. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1377. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1378. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1379. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1380. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:534:19 Overload resolution ambiguity:
  1381. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  1382. public final operator fun minus(other: Double): Double defined in kotlin.Int
  1383. public final operator fun minus(other: Float): Float defined in kotlin.Int
  1384. public final operator fun minus(other: Int): Int defined in kotlin.Int
  1385. public final operator fun minus(other: Long): Long defined in kotlin.Int
  1386. public final operator fun minus(other: Short): Int defined in kotlin.Int
  1387. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:549:20 Unresolved reference: minOf
  1388. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:552:23 Overload resolution ambiguity:
  1389. public final operator fun plus(other: Byte): Long defined in kotlin.Long
  1390. public final operator fun plus(other: Double): Double defined in kotlin.Long
  1391. public final operator fun plus(other: Float): Float defined in kotlin.Long
  1392. public final operator fun plus(other: Int): Long defined in kotlin.Long
  1393. public final operator fun plus(other: Long): Long defined in kotlin.Long
  1394. public final operator fun plus(other: Short): Long defined in kotlin.Long
  1395. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:553:19 Overload resolution ambiguity:
  1396. public final operator fun minus(other: Byte): Long defined in kotlin.Long
  1397. public final operator fun minus(other: Double): Double defined in kotlin.Long
  1398. public final operator fun minus(other: Float): Float defined in kotlin.Long
  1399. public final operator fun minus(other: Int): Long defined in kotlin.Long
  1400. public final operator fun minus(other: Long): Long defined in kotlin.Long
  1401. public final operator fun minus(other: Short): Long defined in kotlin.Long
  1402. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:569:20 Unresolved reference: minOf
  1403. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:571:23 Overload resolution ambiguity:
  1404. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1405. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1406. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1407. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1408. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1409. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1410. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Output.kt:572:19 Overload resolution ambiguity:
  1411. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  1412. public final operator fun minus(other: Double): Double defined in kotlin.Int
  1413. public final operator fun minus(other: Float): Float defined in kotlin.Int
  1414. public final operator fun minus(other: Int): Int defined in kotlin.Int
  1415. public final operator fun minus(other: Long): Long defined in kotlin.Int
  1416. public final operator fun minus(other: Short): Int defined in kotlin.Int
  1417. 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
  1418. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:9:68 Overload resolution ambiguity:
  1419. 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
  1420. 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
  1421. 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
  1422. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1423. 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
  1424. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:14:66 Overload resolution ambiguity:
  1425. 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
  1426. 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
  1427. 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
  1428. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1429. 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
  1430. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:19:67 Overload resolution ambiguity:
  1431. 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
  1432. 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
  1433. 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
  1434. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1435. 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
  1436. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:24:68 Overload resolution ambiguity:
  1437. 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
  1438. 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
  1439. 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
  1440. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1441. 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
  1442. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:29:69 Overload resolution ambiguity:
  1443. 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
  1444. 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
  1445. 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
  1446. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1447. 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
  1448. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:34:57 Overload resolution ambiguity:
  1449. 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
  1450. 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
  1451. 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
  1452. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1453. 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
  1454. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:39:55 Overload resolution ambiguity:
  1455. 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
  1456. 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
  1457. 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
  1458. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1459. 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
  1460. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:44:56 Overload resolution ambiguity:
  1461. 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
  1462. 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
  1463. 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
  1464. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1465. 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
  1466. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:49:57 Overload resolution ambiguity:
  1467. 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
  1468. 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
  1469. 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
  1470. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1471. 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
  1472. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:54:58 Overload resolution ambiguity:
  1473. 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
  1474. 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
  1475. 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
  1476. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1477. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:57:8 Unresolved reference: ExperimentalUnsignedTypes
  1478. 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
  1479. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:59:50 Unresolved reference: UShortArray
  1480. 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
  1481. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:65:57 Overload resolution ambiguity:
  1482. 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
  1483. 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
  1484. 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
  1485. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1486. 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
  1487. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:70:55 Overload resolution ambiguity:
  1488. 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
  1489. 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
  1490. 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
  1491. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1492. 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
  1493. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:75:56 Overload resolution ambiguity:
  1494. 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
  1495. 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
  1496. 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
  1497. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1498. 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
  1499. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:80:57 Overload resolution ambiguity:
  1500. 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
  1501. 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
  1502. 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
  1503. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1504. 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
  1505. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:85:58 Overload resolution ambiguity:
  1506. 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
  1507. 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
  1508. 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
  1509. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1510. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:89:8 Unresolved reference: ExperimentalUnsignedTypes
  1511. 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
  1512. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:90:50 Unresolved reference: UShortArray
  1513. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:100:33 Overload resolution ambiguity:
  1514. 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
  1515. 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
  1516. 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
  1517. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1518. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:105:8 Unresolved reference: ExperimentalUnsignedTypes
  1519. 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
  1520. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:106:50 Unresolved reference: UIntArray
  1521. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:116:31 Overload resolution ambiguity:
  1522. 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
  1523. 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
  1524. 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
  1525. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1526. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:121:8 Unresolved reference: ExperimentalUnsignedTypes
  1527. 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
  1528. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:122:50 Unresolved reference: ULongArray
  1529. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:132:32 Overload resolution ambiguity:
  1530. 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
  1531. 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
  1532. 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
  1533. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1534. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:142:33 Overload resolution ambiguity:
  1535. 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
  1536. 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
  1537. 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
  1538. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1539. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:152:34 Overload resolution ambiguity:
  1540. 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
  1541. 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
  1542. 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
  1543. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1544. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:162:33 Overload resolution ambiguity:
  1545. 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
  1546. 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
  1547. 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
  1548. public expect fun Short.reverseByteOrder(): Short defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1549. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:167:8 Unresolved reference: ExperimentalUnsignedTypes
  1550. 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
  1551. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:168:50 Unresolved reference: UIntArray
  1552. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:178:31 Overload resolution ambiguity:
  1553. 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
  1554. 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
  1555. 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
  1556. public expect fun Int.reverseByteOrder(): Int defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1557. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:183:8 Unresolved reference: ExperimentalUnsignedTypes
  1558. 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
  1559. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:184:50 Unresolved reference: ULongArray
  1560. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:194:32 Overload resolution ambiguity:
  1561. 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
  1562. 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
  1563. 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
  1564. public expect fun Long.reverseByteOrder(): Long defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1565. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:204:33 Overload resolution ambiguity:
  1566. 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
  1567. 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
  1568. 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
  1569. public expect fun Float.reverseByteOrder(): Float defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1570. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:214:34 Overload resolution ambiguity:
  1571. 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
  1572. 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
  1573. 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
  1574. public expect fun Double.reverseByteOrder(): Double defined in io.ktor.utils.io.bits in file ByteOrder.kt
  1575. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:246:20 Unresolved reference: minOf
  1576. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:247:31 Overload resolution ambiguity:
  1577. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1578. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1579. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1580. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1581. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1582. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1583. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:251:15 Overload resolution ambiguity:
  1584. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1585. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1586. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1587. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1588. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1589. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1590. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:270:16 Unresolved reference: minOf
  1591. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:271:27 Overload resolution ambiguity:
  1592. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1593. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1594. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1595. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1596. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1597. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1598. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputLittleEndian.kt:275:11 Overload resolution ambiguity:
  1599. public final operator fun plus(other: Byte): Int defined in kotlin.Int
  1600. public final operator fun plus(other: Double): Double defined in kotlin.Int
  1601. public final operator fun plus(other: Float): Float defined in kotlin.Int
  1602. public final operator fun plus(other: Int): Int defined in kotlin.Int
  1603. public final operator fun plus(other: Long): Long defined in kotlin.Int
  1604. public final operator fun plus(other: Short): Int defined in kotlin.Int
  1605. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:36:21 Unresolved reference: let
  1606. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:37:19 Unresolved reference: it
  1607. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:38:19 Unresolved reference: it
  1608. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:40:20 Unresolved reference: let
  1609. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:41:19 Unresolved reference: it
  1610. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:42:19 Unresolved reference: it
  1611. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:64:32 Unresolved reference: toRawBits
  1612. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/OutputPrimitives.kt:71:33 Unresolved reference: toRawBits
  1613. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Packet.kt:30:34 Unresolved reference: let
  1614. 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.
  1615. 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
  1616. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:3:15 Unresolved reference: contracts
  1617. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:5:8 Unresolved reference: ExperimentalContracts
  1618. 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
  1619. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:9:5 Unresolved reference: contract
  1620. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:10:9 Unresolved reference: callsInPlace
  1621. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:10:29 Unresolved reference: InvocationKind
  1622. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/PacketDirect.kt:20:19 Unresolved reference: IllegalStateException
  1623. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:4:15 Unresolved reference: contracts
  1624. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:12:8 Unresolved reference: ExperimentalContracts
  1625. 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
  1626. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:14:5 Unresolved reference: contract
  1627. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:15:9 Unresolved reference: callsInPlace
  1628. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Preview.kt:15:29 Unresolved reference: InvocationKind
  1629. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Scanner.kt:192:15 Unresolved reference: minOf
  1630. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Scanner.kt:194:32 Unresolved reference: until
  1631. 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:
  1632. public expect fun CharsetEncoder.encodeToByteArray(input: CharSequence, fromIndex: Int = ..., toIndex: Int = ...): ByteArray defined in io.ktor.utils.io.charsets in file Encoding.kt
  1633. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:31:14 Unresolved reference: StringBuilder
  1634. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:41:14 Unresolved reference: StringBuilder
  1635. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:51:38 Unresolved reference: Appendable
  1636. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:92:30 Unresolved reference: coerceAtLeast
  1637. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:108:12 Unresolved reference: buildString
  1638. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:121:48 Unresolved reference: Appendable
  1639. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:127:20 Unresolved reference: in
  1640. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:140:19 Overload resolution ambiguity:
  1641. 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
  1642. private fun Input.readUTF8UntilDelimiterToSlowUtf8(out: Output, delimiters: String, limit: Int, decoded0: Int): Int defined in io.ktor.utils.io.core in file Strings.kt
  1643. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:157:49 Unresolved reference: code
  1644. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:159:50 Unresolved reference: code
  1645. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:159:79 Unresolved reference: code
  1646. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:172:28 Unresolved reference: also
  1647. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:172:45 Unresolved reference: it
  1648. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:196:20 Unresolved reference: also
  1649. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:196:37 Unresolved reference: it
  1650. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:198:40 Unresolved reference: coerceAtMost
  1651. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:202:24 Unresolved reference: minOf
  1652. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:207:27 Unresolved reference: copyOf
  1653. 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
  1654. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:215:46 Unresolved reference: copyOf
  1655. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:223:32 Unresolved reference: Appendable
  1656. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:254:99 Unresolved reference: buildString
  1657. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:276:11 Unresolved reference: length
  1658. 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
  1659. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:358:41 Unresolved reference: code
  1660. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:369:20 Unresolved reference: in
  1661. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:389:19 Overload resolution ambiguity:
  1662. 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
  1663. private fun Input.readUTF8UntilDelimiterToSlowUtf8(out: Output, delimiters: String, limit: Int, decoded0: Int): Int defined in io.ktor.utils.io.core in file Strings.kt
  1664. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:409:20 Unresolved reference: in
  1665. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:426:44 Unresolved reference: coerceAtLeast
  1666. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:437:10 Unresolved reference: Appendable
  1667. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:447:20 Unresolved reference: in
  1668. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/Strings.kt:459:44 Unresolved reference: coerceAtLeast
  1669. 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
  1670. 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
  1671. 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
  1672. 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
  1673. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:5:2 Unresolved reference: ExperimentalUnsignedTypes
  1674. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:7:38 Unresolved reference: UByte
  1675. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:7:57 Unresolved reference: toUByte
  1676. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:9:2 Unresolved reference: ExperimentalUnsignedTypes
  1677. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:11:39 Unresolved reference: UShort
  1678. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:11:60 Unresolved reference: toUShort
  1679. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:13:2 Unresolved reference: ExperimentalUnsignedTypes
  1680. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:15:37 Unresolved reference: UInt
  1681. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:15:54 Unresolved reference: toUInt
  1682. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:17:2 Unresolved reference: ExperimentalUnsignedTypes
  1683. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:19:38 Unresolved reference: ULong
  1684. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:19:57 Unresolved reference: toULong
  1685. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:21:2 Unresolved reference: ExperimentalUnsignedTypes
  1686. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:23:40 Unresolved reference: UByteArray
  1687. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:27:2 Unresolved reference: ExperimentalUnsignedTypes
  1688. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:29:40 Unresolved reference: UShortArray
  1689. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:33:2 Unresolved reference: ExperimentalUnsignedTypes
  1690. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:35:40 Unresolved reference: UIntArray
  1691. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:39:2 Unresolved reference: ExperimentalUnsignedTypes
  1692. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:41:40 Unresolved reference: ULongArray
  1693. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:45:2 Unresolved reference: ExperimentalUnsignedTypes
  1694. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:47:40 Unresolved reference: UByte
  1695. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:51:2 Unresolved reference: ExperimentalUnsignedTypes
  1696. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:53:41 Unresolved reference: UShort
  1697. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:57:2 Unresolved reference: ExperimentalUnsignedTypes
  1698. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:59:39 Unresolved reference: UInt
  1699. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:63:2 Unresolved reference: ExperimentalUnsignedTypes
  1700. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:65:40 Unresolved reference: ULong
  1701. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:69:2 Unresolved reference: ExperimentalUnsignedTypes
  1702. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:71:44 Unresolved reference: UByteArray
  1703. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:75:2 Unresolved reference: ExperimentalUnsignedTypes
  1704. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:77:44 Unresolved reference: UShortArray
  1705. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:81:2 Unresolved reference: ExperimentalUnsignedTypes
  1706. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:83:44 Unresolved reference: UIntArray
  1707. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:87:2 Unresolved reference: ExperimentalUnsignedTypes
  1708. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/UnsignedTypes.kt:89:44 Unresolved reference: ULongArray
  1709. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:21:9 Unresolved reference: require
  1710. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:22:9 Unresolved reference: require
  1711. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:23:9 Unresolved reference: require
  1712. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:24:9 Unresolved reference: require
  1713. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/CharArraySequence.kt:30:15 Unresolved reference: IndexOutOfBoundsException
  1714. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:17:9 Unresolved reference: require
  1715. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:48:19 Unresolved reference: IllegalStateException
  1716. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:56:62 Unresolved reference: let
  1717. 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.
  1718. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:58:52 Unresolved reference: also
  1719. 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.
  1720. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:78:19 Unresolved reference: IllegalStateException
  1721. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:90:33 Unresolved reference: IllegalStateException
  1722. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:101:23 Unresolved reference: IllegalStateException
  1723. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:104:23 Unresolved reference: IllegalStateException
  1724. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:117:33 Unresolved reference: IllegalStateException
  1725. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:123:9 Unresolved reference: require
  1726. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:141:17 Unresolved reference: require
  1727. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/ChunkBuffer.kt:162:23 Unresolved reference: UnsupportedOperationException
  1728. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:8:15 Unresolved reference: jvm
  1729. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:10:2 Unresolved reference: JvmInline
  1730. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:12:29 Unresolved reference: UShort
  1731. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:12:44 Unresolved reference: UShort
  1732. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:14:21 Unresolved reference: UShort
  1733. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:14:52 Unresolved reference: toUShort
  1734. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:15:16 Unresolved reference: UShort
  1735. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:15:46 Unresolved reference: toUShort
  1736. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:17:32 Unresolved reference: UShort
  1737. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/EncodeResult.kt:18:32 Unresolved reference: UShort
  1738. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/Numbers.kt:12:11 Unresolved reference: IllegalArgumentException
  1739. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:10:29 Unresolved reference: until
  1740. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:26:10 Unresolved reference: Appendable
  1741. 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
  1742. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:77:41 Unresolved reference: coerceAtLeast
  1743. 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
  1744. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:128:29 Unresolved reference: until
  1745. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:157:54 Overload resolution ambiguity:
  1746. public final operator fun minus(other: Byte): Int defined in kotlin.Int
  1747. public final operator fun minus(other: Double): Double defined in kotlin.Int
  1748. public final operator fun minus(other: Float): Float defined in kotlin.Int
  1749. public final operator fun minus(other: Int): Int defined in kotlin.Int
  1750. public final operator fun minus(other: Long): Long defined in kotlin.Int
  1751. public final operator fun minus(other: Short): Int defined in kotlin.Int
  1752. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:199:25 Unresolved reference: minOf
  1753. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:199:42 Unresolved reference: UShort
  1754. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:200:32 Unresolved reference: coerceAtMost
  1755. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:200:45 Unresolved reference: UShort
  1756. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:205:28 Overload resolution ambiguity:
  1757. public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
  1758. public final operator fun compareTo(other: Double): Int defined in kotlin.Int
  1759. public final operator fun compareTo(other: Float): Int defined in kotlin.Int
  1760. public open fun compareTo(other: Int): Int defined in kotlin.Int
  1761. public final operator fun compareTo(other: Long): Int defined in kotlin.Int
  1762. public final operator fun compareTo(other: Short): Int defined in kotlin.Int
  1763. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:205:52 Overload resolution ambiguity:
  1764. public final operator fun compareTo(other: Byte): Int defined in kotlin.Int
  1765. public final operator fun compareTo(other: Double): Int defined in kotlin.Int
  1766. public final operator fun compareTo(other: Float): Int defined in kotlin.Int
  1767. public open fun compareTo(other: Int): Int defined in kotlin.Int
  1768. public final operator fun compareTo(other: Long): Int defined in kotlin.Int
  1769. public final operator fun compareTo(other: Short): Int defined in kotlin.Int
  1770. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:206:48 Unresolved reference: toUShort
  1771. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:206:89 Unresolved reference: toUShort
  1772. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:209:39 Unresolved reference: code
  1773. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:246:23 Unresolved reference: isHighSurrogate
  1774. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:247:60 Unresolved reference: isLowSurrogate
  1775. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:253:31 Unresolved reference: code
  1776. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:264:40 Unresolved reference: toUShort
  1777. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:264:81 Unresolved reference: toUShort
  1778. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:288:24 Unresolved reference: isHighSurrogate
  1779. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:288:55 Unresolved reference: code
  1780. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:290:60 Unresolved reference: isLowSurrogate
  1781. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:305:40 Unresolved reference: toUShort
  1782. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:305:81 Unresolved reference: toUShort
  1783. 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
  1784. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:351:11 Unresolved reference: IllegalArgumentException
  1785. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:372:26 Unresolved reference: code
  1786. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:373:24 Unresolved reference: code
  1787. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/UTF8.kt:378:61 Unresolved reference: Exception
  1788. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/Unsafe.kt:6:15 Unresolved reference: jvm
  1789. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/core/internal/Unsafe.kt:62:2 Unresolved reference: JvmField
  1790. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/errors/Errors.kt:3:76 Unresolved reference: Exception
  1791. 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
  1792. 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
  1793. 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
  1794. 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
  1795. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/internal/SequentialCopyTo.kt:17:5 Unresolved reference: require
  1796. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/internal/SequentialCopyTo.kt:64:39 Unresolved reference: coerceAtMost
  1797. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/pool/Pool.kt:73:32 Unresolved reference: IllegalStateException
  1798. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/pool/Pool.kt:86:23 Unresolved reference: IllegalStateException
  1799. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/pool/Pool.kt:89:19 Unresolved reference: IllegalStateException
  1800. e: file:///home/user/Projects/kotlin/ktor/ktor-io/common/src/io/ktor/utils/io/pool/Pool.kt:95:19 Unresolved reference: IllegalStateException
  1801.  
  1802. > Task :ktor-io:compileCommonMainKotlinMetadata FAILED
  1803.  
  1804. > Task :ktor-io:compileKotlinLinuxX64
  1805. 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 */
  1806. 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 */
  1807. 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 */
  1808.  
  1809. FAILURE: Build failed with an exception.
  1810.  
  1811. * What went wrong:
  1812. Execution failed for task ':ktor-io:compileCommonMainKotlinMetadata'.
  1813. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction
  1814. > Compilation error. See log for more details
  1815.  
  1816. * Try:
  1817. > Run with --stacktrace option to get the stack trace.
  1818. > Run with --info or --debug option to get more log output.
  1819. > Run with --scan to get full insights.
  1820. > Get more help at https://help.gradle.org.
  1821.  
  1822. BUILD FAILED in 34s
  1823. 71 actionable tasks: 16 executed, 55 up-to-date
  1824.  
Add Comment
Please, Sign In to add comment