In my multi-module KMP project I'd like to introdu...
# ksp
e
In my multi-module KMP project I'd like to introduce a new compile-time code generation mechanism, so KSP seems suited for the job. Can the KSP plugin be just another module in my multi-module Gradle project?
Seems the answer is yes, by looking at https://kotlinlang.org/docs/ksp-quickstart.html#use-your-own-processor-in-a-project Although not sure for multiplatform
h
Yes it can and even for multiplatform, unless your module is Android specific
💯 2