Hi, with the gradle version catalog, how do you de...
# gradle
f
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
You probably cannot within the TOML. If you really want that, you should probably use the DSL to define that dependency.