Hi, with the gradle version catalog, how do you define the kotlin version only one time when you use ksp? As you may know ksp version is "$kotlin_version-$a_version_number" and I haven't found a way to use already defined version in other version. Thanks!
v
Vampire
05/11/2023, 9:53 AM
You probably cannot within the TOML.
If you really want that, you should probably use the DSL to define that dependency.