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!