Hi, when working with a fullstack ktor flavor of 8...
# kvision
s
Hi, when working with a fullstack ktor flavor of 8.0, what are the implications of running a plain
./gradlew build
command? It seems to fail w/ ksp generated code fo commonMain..., even though it builds & runs fine with all the prescribed KVision commands (jvmRun, jsRun, compileKotlinJvm, etc). The behavior is the same with a stand-alone fresh download numbers-ktor and with KVision as a submodule in a larger project- it works & runs great when using prescribed commands, but tips over on plain
build
. It's definitely not a blocker as everything still works, but I'm curious about resolving it for simplicity of sharing & getting colleagues into KVision world (it's a great framework, really well done 👍 )
r
It seems after migration to 2.0 I'm using code which is not compliant with Kotlin specifications.
It works but it's no longer correct and probably will stop working in future. The fix is easy (it's all in the plugin) but the apps will need to be slightly refactored to compile so I'm putting it off till KVision 9 major release.
s
Ahh, got it. Right on, thank you