izacus
05/16/2017, 1:19 PMassertThat(list, IsIterableContainingInOrder.contains(anotherList))
doesn't make the compiler type resolver happy.f.babic
05/16/2017, 2:28 PMdamian
05/16/2017, 3:15 PMthymecypher
05/17/2017, 12:11 AMdragas
05/17/2017, 11:41 AMAsyncTask
to still keep a reference and publish progress to your fragment/activity/service/anything. Question stands, shouldn't it be WeakReference
? I'd assume that ART does not garbage collect running threads and if your application is suddenly ended, keeping a hard reference to your context will prevent ART from garbage collecting it.wasyl
05/17/2017, 2:09 PMbuildscript
method is unavailablekirillrakhman
05/17/2017, 9:18 PMext.kotlin_version = '1.1.2-4'
repositories {
maven { url '<https://maven.google.com>' }
jcenter()
}
kreatio
05/17/2017, 10:46 PMrudolf.hladik
05/17/2017, 10:53 PMjohnl
05/17/2017, 10:55 PMzak.taccardi
05/17/2017, 11:49 PMkapt
and the android gradle plugin v3.0 ?trevjones
05/18/2017, 12:01 AMigoticecream
05/18/2017, 4:39 AMbamdmux
05/18/2017, 7:30 AMs.luhmirins
05/18/2017, 7:37 AMx?.let{} ?: run {}
?quiro
05/18/2017, 7:38 AMlet
then you don't need let
at all, what you want is really the classic if-elsebamdmux
05/18/2017, 8:27 AMDaniel
05/18/2017, 8:56 AMMarc
05/18/2017, 9:29 AMUnable to find method 'com.android.build.gradle.internal.variant.BaseVariantData.getOutputs()Ljava/util/List;'
in android studio 3 with the new gradle version?stepango
05/18/2017, 9:52 AMsushantpatekar
05/18/2017, 9:56 AMbamdmux
05/18/2017, 10:28 AMCrtl+Shift+Alt k
is gonna be missedpp.amorim
05/18/2017, 1:05 PMinkihh
05/18/2017, 2:07 PMmoos3
05/18/2017, 2:28 PMferrytan
05/18/2017, 6:02 PMsnitajui
05/18/2017, 7:40 PMmarkyc
05/18/2017, 7:53 PM@Data
lombok annotations and using Kotlin data classes instead. However, I’m getting java.lang.ClassNotFoundException: kotlin.jvm.internal.Intrinsics
, which seems to suggest my Kotlin code isn’t being brought into my project.
I have in the global `build.gradle`: classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.1.2-4"
and in my app module `build.gradle`: apply plugin: 'kotlin-android'
Daniel
05/18/2017, 9:10 PMval content: Draft = mock { on { baseline } doReturn 35 }
ninjasudo
05/18/2017, 9:15 PM