Eva

Results 266 comments of Eva
trafficstars

Alright, I'll see what you mean. I'm a bit hesitant on forcing a dataSetChange if it might not actually be needed. I'm reopening and I'll investigate this further.

Note your example would not trigger a `notifyDataSetChanged` since it's only changing the contents of an item.

Hm, it should probably prefer actual constructors over static factory methods when annotating the class. In the mean time ```kotlin data class User @GsonConstructor constructor(... ``` should work.

Could be, I didn't go into details on how to set the environment variables since it's different on each os.

Interesting, that certainly should not be the case. The only way retrolambda is added as a dependency is through a custom configuration `retrolambdaConfig`. There might be a wrinkle in how...

If you have a chance, mind updating to the latest gradle version (2.7) and seeing if the issue is still present?

Ok this is very weird and smells like a gradle bug. Mind creating a sample project that reproduces it? Also instead of depending on retrolambda, try just creating a custom...

Fair enough, documentation can always be better. Sure you can write you own adapter with databinding, but won't they all look pretty much the same? There are also some subtile...

Does https://github.com/evant/gradle-retrolambda/issues/7 help at all?