Can KSP parse the variables inside a String templa...
# ksp
j
Can KSP parse the variables inside a String template or is that not possible? Something like this maybe: @BlahTemplate() val template = """ Some static text ${ someVariable } ${ someVariable.toUppercase() } Some more static text """
j
no it’s not possible
👍 1