Join Slack
Powered by
In my multi-module KMP project I'd like to introdu...
# ksp
e
Edoardo Luppi
08/19/2023, 2:07 PM
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?
Edoardo Luppi
08/19/2023, 2:13 PM
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
Hristijan
08/19/2023, 10:27 PM
Yes it can and even for multiplatform, unless your module is Android specific
💯 2
52
Views
Open in Slack
Previous
Next