Hi guys - it seems like when I have a annotated d...
# ksp
w
Hi guys - it seems like when I have a annotated data class in a function it is not getting recognized with
resolver.getSymbolsWithAnnotation
Copy code
class Foo {
    fun bar() {
        @SomeKspAnnotation
        class Hello()
    }
}
I’m only doing this for a unit test, so i can work around it in my real code. just wondering if it’s a known issue
w
no i am not. did not know that existed. sorry for the false alarm, and thank you
👍 2