kenkyee
09/30/2016, 12:51 PMfair_enough
09/30/2016, 12:54 PMfair_enough
09/30/2016, 12:55 PMfair_enough
09/30/2016, 1:24 PMdpk
09/30/2016, 1:29 PMkapt.generateStubs = true
that creates those files in build/intermediates/classes?fair_enough
09/30/2016, 1:31 PMdpk
09/30/2016, 1:36 PMproductFlavors
object changing the package name, and some flavor-specific classes in the source folders (outside gradle). probably not much help here.dpk
09/30/2016, 1:36 PMfair_enough
09/30/2016, 1:38 PMdpk
09/30/2016, 1:38 PMdpk
09/30/2016, 1:39 PMfair_enough
09/30/2016, 1:40 PMfair_enough
09/30/2016, 1:44 PMdpk
09/30/2016, 1:44 PMfair_enough
09/30/2016, 1:47 PMdpk
09/30/2016, 1:48 PMcompile "com.google.dagger:dagger:$dagger_version"
& kapt "com.google.dagger:dagger-compiler:$dagger_version"
, where in my case $dagger_version
is 2.7.fair_enough
09/30/2016, 1:50 PMdpk
09/30/2016, 1:54 PMfair_enough
09/30/2016, 1:58 PMdpk
09/30/2016, 1:59 PMaaverin
09/30/2016, 2:31 PMjava.lang.IllegalStateException: Error type encountered: [ERROR : <LOOP IN SUPERTYPES>] (ErrorTypeImpl).
at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper$1.processErrorType(KotlinTypeMapper.java:117)
at org.jetbrains.kotlin.load.kotlin.TypeSignatureMappingKt.mapType(typeSignatureMapping.kt:87)
at org.jetbrains.kotlin.load.kotlin.TypeSignatureMappingKt.mapType(typeSignatureMapping.kt:137)
at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapType(KotlinTypeMapper.java:430)
at org.jetbrains.kotlin.codegen.state.KotlinTypeMapper.mapReturnType(KotlinTypeMapper.java:368)
yole
09/30/2016, 2:37 PMzalabinsky
10/01/2016, 6:27 PMaaverin
10/01/2016, 6:35 PMzalabinsky
10/01/2016, 7:04 PMhelmy
10/02/2016, 12:23 AMstepango
10/02/2016, 5:55 AMRxJava2 and Databindings mix
Hope it would be helpful for somebody https://gist.github.com/stepango/c41a01a23bc986d82b8f20038c12e8a2lifey
10/02/2016, 8:10 PMpakoito
10/02/2016, 11:45 PMpakoito
10/02/2016, 11:46 PM