Jonathan Gerrish

Results 28 comments of Jonathan Gerrish

What we'd like to do is use ServiceLoader to dynamically initialize this if the library is on the classpath. We'd like to do the same thing for the Accessibility support...

Hey @tiwiz So, this is kind of tough right now... * Robolectric needs its own test runner in order to create its own sandbox environment to execute Android code, so...

@mrk-han Hey Mark, the team is still working hard on N2 and we're trialing it internally, mainly the effort to externalize it has been dependent on the integration into studio...

@tiwiz awesome - feel free to ping me if you need anything for this!

Hi @tiwiz were you able to make any progress on this issue?

Update: Kapt now runs in a separate action for the new flow, mnemonic = `KotlinKapt`

I think we can rework the Kotlin rules so that:- java_info_from_javac = java_common.compile(...) java_info_from_kotlinc = doKotlinCompilation(...) # Include @hsyed Kotlin compiler plugin final_java_info = java_common.merge(java_info_from_javac, java_info_from_kotlinc) Then the final JavaInfo...

Hey @hsyed I'm planning to write a kotlin compiler plugin to produce the kotlin side of the jdeps. If you have any code that I could resurrect and get a...

Update: The Kotlin rules now use `java_common.compile()` to build Java source. We produce these outputs: 1. compile jar - merging the `hjar` produced from the Java Builder with the output...

I'm wondering if this doesn't work because you reference `:lombok-java` in the `deps` of `test`? Try moving it to `plugins`... How this should work is that KAPT runs first and...