dllewellyn
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created java.lang.NoSuchFieldError: disableMagic
AnsweredHi, I'm getting an error running my plugin on Android studio 4.0 (Details below) The error is using the kotlin DSL for building the UI, I get the error: java.lang.NoSuchFieldError: disableMagicat... -
Created Kotlin / Intellij Plugin / Refactoring
AnsweredHey, I'm trying to write a plugin which will start from an 'action' and end up refactoring some code. So far I'm stuck on how to search through the project to find usages of somethinng. I'm trying ...