1name: "ksp" 2description: 3 "Kotlin Symbol Processing (KSP) is an API that you can use to develop " 4 "lightweight compiler plugins. KSP provides a simplified compiler plugin " 5 "API that leverages the power of Kotlin while keeping the learning curve at " 6 "a minimum. Compared to KAPT, annotation processors that use KSP can run up " 7 "to 2x faster. " 8 " " 9 "" 10 11third_party { 12 url { 13 type: HOMEPAGE 14 value: "https://kotlinlang.org/docs/ksp-overview.html" 15 } 16 url { 17 type: GIT 18 value: "https://github.com/google/ksp" 19 } 20 version: "1.8.10-1.0.9" 21 last_upgrade_date { year: 2023 month: 4 day: 13 } 22 license_type: NOTICE 23} 24