I accidentally updated ktor to 1.4 in a project us...
# kotlin-native
k
I accidentally updated ktor to 1.4 in a project using kotlin 1.3.72 and it works. I would have expected it to fail due to K/N. are the 2 compatible?
I suppose i've really answered my own question in that at least 1.4.0 artifacts are backwards compatible with 1.3.72 when used as dependencies
oh silly me, it was sqldelight that I updated, and they didn't switch to 1.4.0 until 1.4.1
😄 1