Having trouble upgrading my full-stack build from ...
# kvision
r
Having trouble upgrading my full-stack build from 5.8.2 to 5.9.0 or 5.10.1... getting gradle build error
Could not resolve io.kvision:kvision-server-ktor:<kvision-version>
. Same build works fine with 5.8.2. Any ideas?
Very strange. The shared project in which I have kvision is simply missing all the JVM compile targets (only npm targets are there). All I've changed is the kvision plugin and dependency versions. Must be something related to the kotlin version being pulled in.
r
5.8 was based on Ktor 1 and 5.9 is using Ktor 2
r
Yeah I'm aware... I updated all my ktor deps also. Something else is going on with my Gradle build.
r
can you share the project?
r
Privately or over screen share yeah
Could be related to the fact that the rest of my project is using kotlin 1.6.10