Paul Woitaschek
01/31/2017, 9:00 AMgildor
01/31/2017, 9:17 AMirus
02/11/2017, 1:22 PMexclude
in gradle in order to use some library that depends on stdlib-1.0.6.mglukhikh
02/17/2017, 7:20 AMsdeleuze
02/17/2017, 10:36 AMDeactivated User
02/17/2017, 11:57 AMclass ClassFactory<out T> private constructor(val clazz: Class<out T>, internal: kotlin.Boolean) {
makes toMap call-site to work, but not the definitioncedric
02/17/2017, 6:19 PMdamian
02/17/2017, 9:30 PMyield
as an identifier for a non-function
fun main(args: Array<String>) {
val yield = "hello world"
println(yield)
}
orangy
03/11/2017, 8:53 PMDmitry Kandalov
03/12/2017, 10:10 AMnitrog42
03/20/2017, 1:16 PMvmironov
03/31/2017, 5:24 PMe: cannot connect to registry: Connection refused (Connection refused)
messages after upgrading to 1.1.2-eap-44
. Is it normal?vmironov
03/31/2017, 9:05 PM* What went wrong:
Execution failed for task ':mobile:transformClassesWithDexForDevDebug'.
> com.android.build.api.transform.TransformException: java.lang.RuntimeException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.ide.common.process.ProcessException: Return code 1 for dex process
ralf
04/12/2017, 11:26 AMandroid/os/BaseBundle
anymore.
Is this a know problem? I can workaround it by adding a testAnnotationProcessor 'dep'
dependencynitrog42
04/12/2017, 2:02 PMcedric
04/20/2017, 7:25 PMoverride fun newThread(r: Runnable?) = Thread(r).apply { isDaemon = true }
uli
04/20/2017, 9:51 PMmg6maciej
04/28/2017, 9:48 PMkirillrakhman
04/29/2017, 3:14 PMmg6maciej
05/03/2017, 4:34 PMjava.lang.Exception: Unknown CompilerMessageSeverity: OUTPUT
at org.jetbrains.kotlin.daemon.common.CompileService$CallResult$Error.get(CompileService.kt:60)
deviant
05/21/2017, 3:20 PMkotlin.coroutines = enable
nor kotlin {
experimental {
coroutines "enable"
}
}
doesn't work anymore with 1.1.3
(Android Studio 3.0)kirillrakhman
05/22/2017, 10:17 AMnitrog42
06/06/2017, 9:44 AMsngrekov
06/06/2017, 11:07 AMyole
06/12/2017, 5:29 PMbamboo
06/12/2017, 7:01 PMcedric
06/13/2017, 4:09 PMpatjackson52
06/15/2017, 4:32 PMmglukhikh
06/15/2017, 4:41 PMPaul Woitaschek
06/19/2017, 6:23 AMPaul Woitaschek
06/19/2017, 6:23 AMkirillrakhman
06/19/2017, 7:15 AMPaul Woitaschek
06/19/2017, 7:39 AMyole
06/19/2017, 9:04 AM