suresh
08/21/2025, 9:35 PMsuresh
08/21/2025, 9:35 PM00:03.982 ERROR /../common.module-template.yaml:71:7: This setting can only be used without any @platform qualifier.
00:03.998 ERROR ..common.module-template.yaml:71:7: This setting can only be used without any @platform qualifier.
suresh
08/21/2025, 9:36 PMsettings@jvm:
kotlin:
ksp:
version: 2.2.20-RC-2.0.2
processors:
- $libs.ksp.auto.service
Anton Prokhorov
08/22/2025, 10:28 AMsuresh
08/22/2025, 5:44 PMapply this processor globally (to the module) and hope it will figure it out how to work with jvm-onlyYeah, this is working fine. Thanks for the details.
joffrey
08/26/2025, 11:48 AMsettings.kotlin.ksp.version
property (because we don't support using different versions of KSP for different platforms). You should be able to apply your processor only for @jvm
like this:
settings:
kotlin:
ksp:
version: 2.2.20-RC-2.0.2
settings@jvm:
kotlin:
ksp:
processors:
- $libs.ksp.auto.service