IceBlizz6 / querydsl-ksp

KSP for QueryDSL
5 stars 1 forks source link

Fields with typealiased type not working #5

Open xlaussel opened 1 month ago

xlaussel commented 1 month ago
typealias Mylong  = Long

@Entity
class Test {
...
var mylong: Mylong=0L
}

[ksp] java.lang.IllegalStateException: Declaration was not a KSClassDeclaration: [typealias Mylong]

IceBlizz6 commented 1 month ago

Think i managed to solve this one, please try this commit to see if it is working ksp("io.github.iceblizz6:querydsl-ksp:c0add3d449")