ilya.gorbunov
01/17/2017, 8:04 PMhackerham
01/17/2017, 8:09 PMhackerham
01/17/2017, 8:09 PMdamian
01/17/2017, 8:11 PM.idea
and .gradle*
and re-opened with no effect... can't imagine what else I'd need to do. In AS you can just open the gradle project.damian
01/17/2017, 8:11 PMCannot add jps/kotlin-jps-plugin.jar from plugin 'Kotlin' to external compiler classpath: home directory of plugin not found
damian
01/17/2017, 8:11 PMilya.gorbunov
01/17/2017, 8:14 PMapp.iml
file there should be the section <facet type="kotlin-language" name="Kotlin">
and <KotlinVersionInfo>
inside it. Could you check that?damian
01/17/2017, 8:23 PM<KotlinVersionInfo>
<option name="apiLevel" value="1.0" />
<option name="languageLevel" value="1.0" />
<option name="targetPlatformName" value="JVM 1.6" />
</KotlinVersionInfo>
ilya.gorbunov
01/17/2017, 8:24 PMdamian
01/17/2017, 8:25 PMdamian
01/17/2017, 8:25 PMilya.gorbunov
01/17/2017, 8:26 PMalex2069
01/17/2017, 10:36 PMdamian
01/17/2017, 11:14 PMKotlinVersionInfo
fixed the problem. Not sure what prevented it from being updated.sdeleuze
01/17/2017, 11:16 PM1.1.0-beta-17
/ 1.1.0-dev-6111
, but I have the following issues :sdeleuze
01/17/2017, 11:17 PM1.1.0-dev-6111
), Exception
can’t be resolved at this line https://github.com/sdeleuze/mixit/blob/kotlin-1.1/build.gradle.kts#L76sdeleuze
01/17/2017, 11:18 PM./gradlew clean test
, I get the following errorsdeleuze
01/17/2017, 11:19 PMjanv. 18, 2017 12:18:06 AM org.junit.platform.launcher.core.ServiceLoaderTestEngineRegistry loadTestEngines
INFOS: Discovered TestEngines with IDs: [spek]
java.lang.IllegalStateException: Resource not found in classpath: kotlin/coroutines/intrinsics/intrinsics.kotlin_builtins
at kotlin.reflect.jvm.internal.impl.builtins.BuiltInsPackageFragmentProviderKt.createBuiltInPackageFragmentProvider(builtInsPackageFragmentProvider.kt:39)
at kotlin.reflect.jvm.internal.impl.builtins.KotlinBuiltIns.createBuiltInsModule(KotlinBuiltIns.java:146)
sdeleuze
01/17/2017, 11:20 PMkotlin-1.1
branch of my project https://github.com/sdeleuze/mixit/tree/kotlin-1.1sdeleuze
01/17/2017, 11:21 PM1.1-M04
sdeleuze
01/17/2017, 11:22 PMilya.gorbunov
01/18/2017, 12:04 AMudalov
sdeleuze
01/18/2017, 8:35 AMudalov
udalov
kirillrakhman
01/19/2017, 12:52 PMnhaarman
01/19/2017, 1:23 PMkirillrakhman
01/19/2017, 2:53 PMneworldlt
01/19/2017, 3:00 PM