udalov
sdeleuze
12/27/2016, 4:08 PM1.0.6
release + norarg
or allopen
plugins seems to work in a reliable way in IDEAsdeleuze
12/27/2016, 4:09 PMsdeleuze
12/27/2016, 4:09 PM1.1-M04
integrate the same fixessdeleuze
12/27/2016, 4:10 PM1.1-M04
Kotlin IDEA plugin + these plugins with a Gradle project configured with 1.0.6
?yan
12/27/2016, 4:17 PMsdeleuze
12/27/2016, 4:17 PMsdeleuze
12/27/2016, 4:21 PMallopen
plugins AND have gradle.build.kts
autocomplete.sdeleuze
12/27/2016, 4:21 PM1.0.6
sdeleuze
12/27/2016, 4:22 PMEugenio
12/28/2016, 11:37 AMe: Supertypes of the following classes cannot be resolved. Please make sure you have the required dependencies in the classpath:
class com.leanplum.ActionContext, unresolved supertypes: d
Eugenio
12/28/2016, 11:38 AMEugenio
12/28/2016, 11:41 AMEugenio
12/28/2016, 12:27 PMsdeleuze
01/02/2017, 12:39 PM1.1-M04
on Spring Framework master in order to be able to perform tests with Kotlin JSR 223 support. Sadly, everybody using our snapshot builds with Kotlin 1.0.6
get a Error: Kotlin: Class ‘FooExtension' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler
error message even if I specified kotlinOptions.apiVersion = 1.0
and kotlinOptions.languageVersion = 1.0
in our Gradle build.sdeleuze
01/02/2017, 12:41 PM-Xskip-metadata-version-check
), I mean compiling with Kotlin 1.1 without breaking user application based on 1.0 ?sdeleuze
01/02/2017, 12:42 PMkotlin-spring
plugin with Kotlin 1.0.6sdeleuze
01/02/2017, 12:43 PMkotlin-noarg
, kotlin-spring
or kotlin-allopen
plugins because the fix that allow them to work in a reliable way is in Kotlin 1.0.6 IDEA plugin but not in 1.1-M04sdeleuze
01/02/2017, 12:45 PMkotlin-noarg
, kotlin-spring
or kotlin-allopen
?ilya.chernikov
01/02/2017, 4:37 PMsdeleuze
01/02/2017, 4:37 PMsdeleuze
01/02/2017, 4:37 PMilya.chernikov
01/02/2017, 6:32 PMThis is a bug, we shouldn't mark class files compiled withso seems we’ll fix it in the next milestone.as pre-release. I'll fix it next week. The correct workaround right now is to use-language-version 1.0
-Xskip-metadata-version-check
sdeleuze
01/02/2017, 6:33 PMKirill Zhukov
01/03/2017, 3:20 AMspierce7
01/06/2017, 11:53 PMorangy
dhkim
01/09/2017, 6:51 AMdeutronomium
01/10/2017, 2:34 PMIan
01/10/2017, 2:34 PM