Zac Sweers

Results 593 comments of Zac Sweers

We saw this too, kapt stubs in some cases inlined the constant value rather than the qualified reference, seemingly _only_ on the OnClick-annotated methods. Was a good forcing function to...

It's well past the point of holding out I think, as this also prevents other libraries and open source projects that depend on greenDAO from updating. Jetifier is intended to...

@vinc3m1 a barebones implementation of drag-and-drop will animate it to the new position just fine, are you doing anything special to make it animate in otherwise? (See [here](https://medium.com/@ipaulpro/drag-and-swipe-with-recyclerview-b9456d2b1aaf) for a...

I see, thanks for the heads up! On Fri, Jun 26, 2015 at 5:03 AM Paul Burke [email protected] wrote: > @hzsweers https://github.com/hzsweers This library uses the old drag > and...

Stacktrace for reference ``` org.gradle.api.InvalidUserCodeException: Listener registration 'TaskExecutionGraph.addTaskExecutionListener' by org.gradle.execution.taskgraph.DefaultTaskExecutionGraph@167d2e92 is unsupported. at org.gradle.configurationcache.initialization.DefaultConfigurationCacheProblemsListener.onBuildScopeListenerRegistration(ConfigurationCacheProblemsListener.kt:90) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36) at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) at org.gradle.internal.event.DefaultListenerManager$ListenerDetails.dispatch(DefaultListenerManager.java:398) at...

0.70 reports no issues for us 👍

edit - only applicable to android application projects really

Conditions for this: - Does not have `res` files - Does not access any AAR dependencies' resources either

https://developer.android.com/reference/tools/gradle-api/4.1/com/android/build/api/dsl/LibraryBuildFeatures#androidResources:kotlin.Boolean