pavlospt
04/03/2017, 3:03 PMpavlospt
04/03/2017, 3:03 PMyan
04/03/2017, 3:04 PMpavlospt
04/03/2017, 3:08 PMpavlospt
04/04/2017, 12:29 PMwfisher
04/07/2017, 2:11 PMvyacheslav.gerasimov
04/11/2017, 2:48 PM1.1.2-eap-69
is now available. Among various bug fixes, it includes “Inline method” refactoring and incremental compilation support for Maven.kirillrakhman
04/12/2017, 8:10 AMyole
04/12/2017, 11:31 AMyan
04/12/2017, 1:50 PMnitrog42
04/12/2017, 2:01 PMnitrog42
04/12/2017, 2:01 PMyole
04/12/2017, 2:10 PMkirillrakhman
04/12/2017, 4:58 PMalex2069
04/13/2017, 1:00 AMmglukhikh
04/13/2017, 9:57 AMvyacheslav.gerasimov
04/17/2017, 6:39 PM1.1.2-eap-73
is now available. Includes fixes for high memory consumption issues and some performance improvements.ntrrgc
04/17/2017, 7:31 PMorangy
ntrrgc
04/18/2017, 12:56 PMvyacheslav.gerasimov
04/20/2017, 6:11 PM1.1.2-eap-77
is now available. Includes stability improvements and bug fixes.vinicius.rob.cunha
04/20/2017, 6:40 PMcedric
04/20/2017, 6:47 PMvinicius.rob.cunha
04/20/2017, 6:57 PMcedric
04/20/2017, 7:01 PMvinicius.rob.cunha
04/20/2017, 7:04 PMval deleteService = Executors.newSingleThreadScheduledExecutor(object : ThreadFactory {
override fun newThread(r: Runnable?): Thread? {
var t = Thread(r)
t.isDaemon = true
return t;
}
})
hotchemi
04/24/2017, 1:54 AMvach
04/25/2017, 2:27 AMEugenio
04/25/2017, 9:16 AMe: org.jetbrains.kotlin.codegen.CompilationException: Back-end (JVM) Internal error: wrong code generated
org.jetbrains.kotlin.codegen.CompilationException Back-end (JVM) Internal error: Couldn't transform method node: <init> (Landroid/content/Context;Landroid/util/AttributeSet;I)V:
Is it a known issue?Eugenio
04/25/2017, 9:17 AM