Open xlaussel opened 1 month ago
typealias Mylong = Long @Entity class Test { ... var mylong: Mylong=0L }
[ksp] java.lang.IllegalStateException: Declaration was not a KSClassDeclaration: [typealias Mylong]
Think i managed to solve this one, please try this commit to see if it is working ksp("io.github.iceblizz6:querydsl-ksp:c0add3d449")
ksp("io.github.iceblizz6:querydsl-ksp:c0add3d449")
[ksp] java.lang.IllegalStateException: Declaration was not a KSClassDeclaration: [typealias Mylong]