christophsturm
12/21/2018, 1:04 PMIntelliJIdea2018.3
as config directoryNikky
12/21/2018, 7:27 PMkotlin-dsl
plugin, seems to be related to the option -XX:SamConversionForKotlinFunctions
but i cannot reproduce it locally and i do not have direct access to the jenkins CI server to see what environment is going on thereMarc Knaup
01/16/2019, 10:56 AM1.3.20-eap-52
?
-100
causes plenty of compiler exceptions and is unusable for me (KT-29317) 😕pniederw
01/22/2019, 10:56 AMMarc Knaup
01/25/2019, 9:58 AMpardom
02/28/2019, 5:19 PMlouiscad
03/15/2019, 11:09 AM1.3.30-eap-45
?louiscad
03/15/2019, 2:30 PM1.3.30-eap-11
from disk after discovering the issue mentioned above, but no UI feedback, and after restart, still using the broken 1.3.30-eap-45
version.efemoney
03/26/2019, 1:07 PMgildor
03/26/2019, 1:39 PMlouiscad
03/29/2019, 11:18 AM1.3.30-eap-125
is there! 🤩louiscad
04/01/2019, 9:22 AM1.3.30-eap-125
? https://youtrack.jetbrains.com/issue/KT-30727?project=ktnitrog42
04/04/2019, 8:39 AMpardom
04/07/2019, 1:06 PMpardom
04/07/2019, 1:12 PMpardom
04/10/2019, 4:03 PMlouiscad
04/11/2019, 4:11 PMorangy
04/13/2019, 9:30 AMIlmir Usmanov [JB]
05/20/2019, 7:24 PM1.3.40-eap-21
and it's available in the kotlin-eap
Bintray repository and EAP IDE plugin channel.
What's new: https://github.com/JetBrains/kotlin/releases/v1.3.40-eap-21
How to get it: https://discuss.kotlinlang.org/t/kotlin-1-3-40-early-access-preview/12775nitrog42
05/21/2019, 8:20 AMNikita
05/23/2019, 2:02 PM1.3.40-eap-32
and it’s available in the kotlin-eap
Bintray repository and EAP IDE plugin channel.
What’s new: https://github.com/JetBrains/kotlin/releases/v1.3.40-eap-32
How to get it: https://discuss.kotlinlang.org/t/kotlin-1-3-40-early-access-preview/12775Marc Knaup
05/27/2019, 1:53 PMNikita
05/31/2019, 6:56 AM1.3.40-eap-67
and it’s available in the kotlin-eap
Bintray repository and EAP IDE plugin channel.
What’s new: https://github.com/JetBrains/kotlin/releases/v1.3.40-eap-67
How to get it: https://discuss.kotlinlang.org/t/kotlin-1-3-40-early-access-preview/12775Ilmir Usmanov [JB]
06/11/2019, 9:28 PM1.3.40-eap-105
and it’s available in the kotlin-eap
Bintray repository and EAP IDE plugin channel.
What’s new: https://github.com/JetBrains/kotlin/releases/tag/v1.3.40-eap-105
How to get it: https://discuss.kotlinlang.org/t/kotlin-1-3-40-early-access-preview/12775galex
06/27/2019, 5:34 PMlouiscad
07/18/2019, 1:32 AMegorand
07/19/2019, 4:46 PM1.3.50-eap-5
and getting the following configuration failure:
* What went wrong:
Could not determine the dependencies of task ':wire-tests:jsPackageJson'.
> project ':wire-runtime' is not configured for JS usage
Where can I get more info on how to fix this?louiscad
07/29/2019, 1:13 PMNikita
07/30/2019, 7:39 PM1.3.50-eap-54
and it’s available in the kotlin-eap
Bintray repository and EAP IDE plugin channel.
What’s new: https://github.com/JetBrains/kotlin/releases/tag/v1.3.50-eap-54
How to get it: https://discuss.kotlinlang.org/t/kotlin-1-3-50-early-access-preview/13525Thomas
08/05/2019, 7:06 PMDuration
in my project but keep getting the following compile error. I am unable to reproduce it in a new project when using Duration
. Can anyone see what’s wrong?Thomas
08/05/2019, 7:06 PMDuration
in my project but keep getting the following compile error. I am unable to reproduce it in a new project when using Duration
. Can anyone see what’s wrong?import kotlin.time.Duration
class DurationExample {
var duration: Duration? = null
}
If I put this in a new project it works fine.Sergey Chelombitko
08/05/2019, 8:33 PM@UseExperimental(ExperimentalTime::class)
?Thomas
08/05/2019, 8:35 PMDico
08/05/2019, 11:52 PMilya.gorbunov
08/06/2019, 1:08 AMThomas
08/06/2019, 8:18 AM