how do you enable the k2 compiler in gradle (groov...
# server
c
how do you enable the k2 compiler in gradle (groovy)?
a
gradle.properties:
kotlin.useK2=true
or flag:
-Xuse-k2
c
Thank you!
l
Note that no compiler plugins work with K2 right now.
m
Note that no compiler plugins work with K2 right now.
Yeah, Spring is basically unusable with K2.