milis92 / Krang

Kotlin Compiler Plugin that gives you the ability to be notified every time annotated function is called
Apache License 2.0
35 stars 1 forks source link

Better runtime library #22

Closed milis92 closed 2 years ago

milis92 commented 2 years ago

Cleaned up runtime library to better capture the intention of krang. Replaced all terms that were implying we are intercepting function calls with more meaningful terms (like interceptor -> listener) that should be more clear krang is only notifying clients annotated function has been called