Join Slack
Powered by
Hi, For a given annotated function, is it possible...
# kapt
r
raulraja
08/01/2017, 9:06 PM
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
Open in Slack
Previous
Next