Johann Pardanaud
11/26/2024, 9:47 AMgradle:
plugins:
- id: com.google.devtools.ksp
version: DEPENDS_ON_KOTLIN_VERSION
Bruce Hamilton
11/26/2024, 10:25 AMplugins/gradle.properties
as ksp=2.0.21-1.0.28
then doing this in the manifest:
gradle:
plugins:
- id: com.google.devtools.ksp
version: $ksp
I can introduce something later for the dynamic concatenationJohann Pardanaud
11/26/2024, 10:28 AMJohann Pardanaud
12/10/2024, 4:36 PMksp("dev.nesk.akkurate:akkurate-ksp-plugin:0.11.0")
Johann Pardanaud
12/10/2024, 4:37 PMksp
function, I can't express this in the declarative configuration of the registryBruce Hamilton
12/10/2024, 4:39 PMJohann Pardanaud
12/10/2024, 4:40 PM