ktorio / ktor

Framework for quickly creating connected applications in Kotlin with minimal effort
https://ktor.io
Apache License 2.0
12.86k stars 1.04k forks source link

Update kotlin to 2.0.0 and fix native compilation #4104

Closed e5l closed 3 months ago

bjhham commented 3 months ago

Looks like TC's hitting some compile problems with the IO stuff. This may be why I had opted to wait for the kotlinx-io merge originally.

e5l commented 3 months ago

It worked locally for me (except Charsets fix). Let me try to reproduce.

e5l commented 3 months ago

@bjhham, you're right. We can't suppress new warnings