Romão
11/23/2024, 5:51 PMDaniel Weidensdörfer
11/23/2024, 9:39 PMtarget-specific configurations like 'kspJvm' instead
. Meaning instead of using ksp(...)
you should use
dependencies {
kspCommonMainMetadata(libs.your.dependency)
add("kspWasmJs", libs.your.dependency)
add("kspJs", libs.your.dependency)
...
}
The second warning is telling you to upgrade the ksp version to ksp-2.0.21-...
.