Hello i'm gottingthe following warning, Please advise. Many thanks
> Configure project :composeApp
The 'ksp' configuration is deprecated in Kotlin Multiplatform projects. Please use target-specific configurations like 'kspJvm' instead.
ksp-2.0.20-1.0.24 is too old for kotlin-2.0.21. Please upgrade ksp or downgrade kotlin-gradle-plugin to 2.0.20.
d
Daniel Weidensdörfer
11/23/2024, 9:39 PM
As the first warning tells you, you should use
target-specific configurations like 'kspJvm' instead