Skip to content

F-086: kapt → KSP + AGP built-in Kotlin#194

Merged
stepango merged 1 commit into
v2from
forma/F-086-ksp-migration
Jul 20, 2026
Merged

F-086: kapt → KSP + AGP built-in Kotlin#194
stepango merged 1 commit into
v2from
forma/F-086-ksp-migration

Conversation

@stepango

Copy link
Copy Markdown
Collaborator

Summary

  • F-086 first-class KSP: ConfigurationType.Ksp, String.ksp / ksp(), processorConfigurationFeatures()
  • Sample Dagger on ksp (was kapt); no more kapt tasks
  • AGP 9 built-in Kotlin (dropped F-019 kapt bridge flags + no kotlin-android)
  • Navigation / safe-args 2.9.8 (AGP 9 new DSL)

Verify (host)

  • plugins / application / jvm-application → BUILD SUCCESSFUL
  • kspDebugKotlin present; no kapt tasks

Test plan

  • Host builds green
  • CI four jobs green

- First-class Ksp configuration type and String.ksp / ksp() helpers
- processorConfigurationFeatures() auto-applies KSP (legacy kapt kept)
- Sample google.dagger uses dagger-compiler on ksp
- Drop android.builtInKotlin=false / newDsl=false; no kotlin-android plugin
- Navigation + safe-args 2.9.8 for AGP 9 new DSL

Verified: plugins, application, jvm-application builds green; ksp* tasks only.
@stepango
stepango merged commit e792b6e into v2 Jul 20, 2026
4 checks passed
@stepango
stepango deleted the forma/F-086-ksp-migration branch July 20, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant