William Reed
10/04/2021, 3:03 PMresolver.getSymbolsWithAnnotation
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 issueyigit
10/04/2021, 3:06 PMWilliam Reed
10/04/2021, 3:07 PM