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/
- 活动总数 174
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 53
- 订阅数 45
-
-
-
-
Henry Peterson 创建了一个帖子, 已回答Could 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 创建了一个帖子, 已回答Listen 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 创建了一个帖子, 已回答Access 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 创建了一个帖子, 已回答kotlin-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...