mhashim6
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited Listen to pycharm run/debug events, and android studio gradle tasks.
AnsweredI'm developing a plugin that does stuff before & after compilation / build events. I used `CompileTask` & `<compiler.task execute="BEFORE" .... >` to catch the "before build" event.I used `Compilat...