Good morning! One more question. Trying to follow ksp-quickstart (<https://kotlinlang.org/docs/ksp-q...
p
Good morning! One more question. Trying to follow ksp-quickstart (https://kotlinlang.org/docs/ksp-quickstart.html#add-a-processor) to set up koin, I run into error. And it seems a trivial one: type mismatch. The error I get:
Copy code
e: file:///home/paulstern/docs/dev/kmp-adreg/composeApp/build.gradle.kts:74:17: Type mismatch: inferred type is String but Action<KspExtension> was expected
the LN74:
Copy code
ksp("com.google.dagger:dagger-compiler:2.51.1")
This line is taken exactly from the quickstart. Where's the truth? And what to do? Any feedback appreciated, Regards, Paul S. P.S. In case you need it: https://github.com/Paul-Stern/kmp-adreg/blob/9fca9babd9128a21cb7c128c2394ff7daa084995/composeApp/build.gradle.kts#L74 P.P.S https://github.com/Paul-Stern/kmp-adreg/blob/draft/composeApp/build.gradle.kts This one is more fresh and the LN is 76