aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 4ceadb67e18fbf033b658e63b696086a3677c160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
name: "ksp"
description:
    "Kotlin Symbol Processing (KSP) is an API that you can use to develop "
    "lightweight compiler plugins. KSP provides a simplified compiler plugin "
    "API that leverages the power of Kotlin while keeping the learning curve at "
    "a minimum. Compared to KAPT, annotation processors that use KSP can run up "
    "to 2x faster. "
    " "
    ""

third_party {
  url {
    type: HOMEPAGE
    value: "https://kotlinlang.org/docs/ksp-overview.html"
  }
  url {
    type: GIT
    value: "https://github.com/google/ksp"
  }
  version: "1.8.10-1.0.9"
  last_upgrade_date { year: 2023 month: 4 day: 13 }
  license_type: NOTICE
}