mik_os
09/14/2016, 9:26 AMCannot cast object 'task ':app:transformJackWithJackForDevDebug'' with class 'com.android.build.gradle.internal.pipeline.TransformTask_Decorated' to class ‚org.gradle.api.tasks.compile.AbstractCompile‘
?
Disabling kotlin-android
fixes it.yole
09/14/2016, 9:44 AMloganj
09/14/2016, 1:31 PM>> Could not find org.jetbrains.kotlinkotlin android extensions1.0.4-eap-118
loganj
09/14/2016, 1:31 PMloganj
09/14/2016, 1:35 PMalexey.tsvetkov
09/14/2016, 1:39 PMloganj
09/14/2016, 1:40 PMloganj
09/14/2016, 1:44 PMloganj
09/14/2016, 1:44 PMyole
09/14/2016, 1:48 PMloganj
09/14/2016, 1:52 PMsreich
09/15/2016, 10:53 AMjw
09/15/2016, 1:01 PMloganj
09/15/2016, 2:11 PMdenis.st
09/16/2016, 7:34 AMnull
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:901)
at java.util.ArrayList$Itr.next(ArrayList.java:851)
at com.google.common.collect.AbstractMapBasedMultimap$WrappedCollection$WrappedIterator.next(AbstractMapBasedMultimap.java:486)
at org.jetbrains.kotlin.resolve.BodyResolver.computeDeferredTypes(BodyResolver.java:886)
at org.jetbrains.kotlin.resolve.BodyResolver.resolveBehaviorDeclarationBodies(BodyResolver.java:111)
Should I trust to the decision of the reporting tool and send it to the Google?
// 1.0.4-eap-118-lj143-104yole
09/16/2016, 8:18 AMadambl4
09/16/2016, 1:56 PMkapt
to 1.1.0-dev
?yole
09/16/2016, 2:25 PMyan
09/16/2016, 2:39 PMadambl4
09/16/2016, 2:52 PM1.1.0-dev-2984
and I see that Realm
is processing annotated classes every launchyan
09/16/2016, 2:53 PMadambl4
09/16/2016, 3:15 PMgradle-3.1-rc-1
doesn't support incremental compilationkingsley
09/19/2016, 1:38 PMbar2
is perfectly fine, injecting the foobar(1)
directly into the call site. However, bar
still creates an annonymous instance of Function1
. Inlining doesn't seem to work here at all
Java 8's bytecode on the other hand uses INVOKEDYNAMIC
for both lambda and method references.yole
09/19/2016, 1:39 PMudalov
kingsley
09/19/2016, 1:44 PMkingsley
09/19/2016, 1:44 PMkingsley
09/19/2016, 1:45 PMudalov
kingsley
09/19/2016, 1:50 PM