dmarcato
09/22/2016, 7:23 PMbj0
09/22/2016, 7:52 PMEugenio
09/22/2016, 7:57 PMEugenio
09/22/2016, 7:57 PMbj0
09/22/2016, 8:48 PMaaverin
09/23/2016, 4:53 AMaaverin
09/23/2016, 4:54 AMyole
09/23/2016, 9:01 AMaaverin
09/23/2016, 9:02 AMEugenio
09/23/2016, 5:47 PM1.1-M1
I was able to crash the compiler while trying to inline a function:
org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: Couldn't inline method call 'mainThread' into
...
Cause: lateinit property allRecapturedParameters has not been initialized
...
The root cause was thrown at: TransformationInfo.kt:72
...
The project I'm working on is quite complex and we just started using Kotlin, should I try to create a small repro or do you have an idea of what this is about?yole
09/23/2016, 5:52 PMEugenio
09/23/2016, 6:05 PMEugenio
09/23/2016, 6:05 PMbryan
09/23/2016, 7:30 PMkapt {
generateStubs = true
}
with the new Kotlin plugin:
apply plugin: 'kotlin-kapt
but when I bind to an ObservableField<String>
for example instead of a straight String
I get an error:
>>e: java.lang.RuntimeException: Found data binding errors.****/ data binding error ****msg:Cannot find the setter for attribute 'android:text' with parameter type T on android.widget.TextView.
Eugenio
09/23/2016, 7:43 PMgildor
09/25/2016, 12:14 PMnhaarman
09/27/2016, 1:20 PM1.1.0-dev-3118
version?yole
09/27/2016, 2:08 PMmarcin.kozinski
10/05/2016, 10:43 AMstepango
10/06/2016, 9:37 AMkingsley
10/07/2016, 5:34 PMyole
10/07/2016, 6:07 PMvmironov
10/07/2016, 6:28 PMvmironov
10/07/2016, 7:27 PMyole
10/07/2016, 7:49 PMvmironov
10/07/2016, 7:55 PMdmarcato
10/07/2016, 9:37 PMResource not found in classpath: kotlin/kotlin.kotlin_builtins
when using 1.0.5-eap-38
and invoking reflection on a type - any idea?rasa.silva
10/08/2016, 8:45 AMsreich
10/09/2016, 10:18 PMstepango
10/10/2016, 2:51 AM