Hi, For a given annotated function, is it possible...
# kapt
r
Hi, For a given annotated function, is it possible to obtain all call sites of that function with kapt? Say for example I have the following annotated function
test
, I'd like to find out who is statically calling `test`:
Copy code
fun test(@implicit s: String): String = s