Henry Peterson
I am a passionate programmer and a clean code evangelist who mainly likes to create Android apps and contribute to open source libraries. https://thsaravana.github.io/
- Total activity 174
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 53
- Subscriptions 45
-
-
-
-
Henry Peterson created a post, AnsweredCould not download uast from maven repository - 403 forbidden
I am trying to download uast-1.0.12 dependency, but I keep getting the below error: Could not download uast-1.0.12.jar (org.jetbrains.uast:uast:1.0.12)Could not get resource 'https://dl.bintray.com... -
Henry Peterson created a post, AnsweredListen to Gradle build event
I want to run my plugin once the project (and all it's modules) are compiled. connection.subscribe(ProjectTaskListener.TOPIC, object : ProjectTaskListener {}) I used the above and it works when th... -
-
-
Henry Peterson created a post, AnsweredAccess Output tag in NewModuleRootManager component in .iml file
Below is a snippet of my .iml file of a module in my Android project: <?xml version="1.0" encoding="UTF-8"?><module external.linked.project.id=":xxxxxx" external.linked.project.path="$MODULE_DIR$" ... -
-
Henry Peterson created a post, Answeredkotlin-classes missing in Module.classroots()
I am trying to get the classroots of a given module. I use the below: OrderEnumerator.orderEntries(module).recursively().classesRoots I get all the classroots except "build/tmp/kotlin-classes". Thi...