marstran
11/16/2017, 11:47 AMprivate const val
at file level (outside the class).matej
11/16/2017, 12:54 PMdavid.bilik
11/16/2017, 1:07 PMjackmiras
11/16/2017, 5:14 PMsomething?.let{}
there is a fallback delegate for the case of the item be null? Or in this case I should write a null check?skennedy
11/17/2017, 2:04 AMjava.lang.NoClassDefFoundError: kotlin.jvm.internal.Intrinsics
. it works fine on 22540grunkspin
11/17/2017, 9:28 AMJames Coggan
11/17/2017, 9:53 PMScott
11/18/2017, 3:58 PMmurt
11/19/2017, 11:04 AMpappu
11/20/2017, 4:02 AMedwardwongtl
11/21/2017, 10:11 AMleosan
11/21/2017, 10:12 AMScott
11/21/2017, 12:25 PMkrokyze
11/22/2017, 1:58 PMshebsa
11/22/2017, 2:42 PMcypher121
11/23/2017, 3:03 AMdmytro
11/23/2017, 1:15 PMdave08
11/23/2017, 5:12 PMError:Execution failed for task ':app:javaPreCompileDebug'.
> Annotation processors must be explicitly declared now. The following dependencies on the compile classpath are found to contain annotation processor. Please add them to the annotationProcessor configuration.
- butterknife-7.0.1.jar (com.jakewharton:butterknife:7.0.1)
Alternatively, set android.defaultConfig.javaCompileOptions.annotationProcessorOptions.includeCompileClasspath = true to continue with previous behavior. Note that this option is deprecated and will be removed in the future.
See <https://developer.android.com/r/tools/annotation-processor-error-message.html> for more details.
juliocbcotta
11/23/2017, 6:45 PMMyClass$myMethod$1$1$1: can't find referenced class MyClass$myMethod$1$1
?smilecs
11/24/2017, 11:42 AMrkeazor
11/25/2017, 2:48 PMkoufa
11/26/2017, 9:42 AMlifecycle
with coroutines
? How do you avoid leaking an activity
? Is job.cancel()
on onDestroy
enough to avoid memory leaks?alex.tavella
11/26/2017, 7:40 PMkrenvpravo
11/26/2017, 10:28 PMalex.tavella
11/26/2017, 11:09 PMdekans
11/27/2017, 9:08 AMAnil Sisodiya
11/27/2017, 12:59 PMsimon.vergauwen
11/27/2017, 1:12 PMParcelize
with proguard?david.bilik
11/27/2017, 1:20 PM# Parcelize shit
# workaround for jenkins to build app, for unknown reason, Parcelize is not working
-dontwarn **kotlin.internal.annotations.AvoidUninitializedObjectCopyingCheck**
codeslubber
11/27/2017, 6:44 PMcodeslubber
11/27/2017, 6:44 PMtrevjones
11/27/2017, 6:57 PMcodeslubber
11/27/2017, 7:08 PM