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