mikehearn
06/13/2017, 8:20 AMCzar
06/13/2017, 9:09 AMStarting with Kotlin 1.1.2, the dependencies with groupSo, when I updated fromare by default resolved with the version taken from the applied plugin.org.jetbrains.kotlin
1.1.1
to 1.1.2-5
I removed $kotlinVersion
from my compile dependencies: compile 'org.jetbrains.kotlin:kotlin-stdlib-jre8'
Unfortunately though for `./gradlew build`:
Execution failed for task ':*****:*****:compileKotlin'.
> Could not resolve all dependencies for configuration ':*****:*****:detachedConfiguration5'.
> Could not find org.jetbrains.kotlin:kotlin-stdlib-jre8:.
Searched in the following locations:
file:/home/czar/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.pom
file:/home/czar/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.jar
https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.pom
https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.jar
https://artifactory.********/repository/maven-releases/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.pom
https://artifactory.********/repository/maven-releases/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.jar
Required by:
project :*****:*****And when I try to refresh the project in IntelliJ, I get very similar error:
>>Error: Could not find org.jetbrains.kotlin:kotlin-stdlib-jre8:. Searched in the following locations: file:/home/czar/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.pom file:/home/czar/.m2/repository/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.jar https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.pom https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.jar https://artifactory.*******/repository/maven-releases/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.pom https://artifactory.*******/repository/maven-releases/org/jetbrains/kotlin/kotlin-stdlib-jre8//kotlin-stdlib-jre8-.jar Required by: project ******* > project ******
fitermay
06/21/2017, 1:57 AMDalinar
06/23/2017, 7:13 AMnkiesel
06/26/2017, 11:28 PMjavax.xml.XMLConstants.NULL_NS_URI
is an unresolved reference, but javax.xml.XMLConstants.XML_NS_URI
works fine. Compiling from command line works for both. Any ideas?nkiesel
06/27/2017, 10:35 PMkill -9
) when trying to convert a Java snippet into Kotlin. Simply pasting Java into the kotlin file works though.mikehearn
06/30/2017, 12:37 PMnayanjyoti
07/03/2017, 7:12 AMtrevjones
07/13/2017, 6:29 PMfitermay
07/15/2017, 12:53 PMrocketraman
07/17/2017, 11:40 PMrogeralsing
07/18/2017, 2:57 PMmfiano
07/18/2017, 5:06 PMgregd
07/20/2017, 8:18 AMyole
07/20/2017, 9:52 AMyole
07/20/2017, 12:17 PMkirillrakhman
07/21/2017, 10:33 AMFoo : SuperFoo
enighma
08/04/2017, 7:41 AMjava.lang.VerifyError: Uninitialized object exists on backward branch 69
Exception Details:
Location:
org/jetbrains/ktor/routing/RoutingResolveContext.parse(Ljava/lang/String;)Ljava/util/List; @106: goto
Reason:
Error exists in the bytecode
...
Paul Woitaschek
08/10/2017, 1:42 PMtlaukkan
08/12/2017, 6:59 AMtlaukkan
08/12/2017, 8:33 AMhorse_badorties
08/15/2017, 11:35 AMCtrl+Q
while browsing the code completion list Ctrl-Space
.
Ctrl+Q
works fine inside the editor though (lookup documentation for token at caret).
Only Kotlin is affected, for Java it’s still fine.
Can somebody confirm?
Kotlin plugin 1.1.4-release-IJ2017.2-1
IntelliJ IDEA 2017.2.1
Build #IC-172.3544.35, built on July 31, 2017horse_badorties
08/15/2017, 5:05 PMexfalso
08/15/2017, 5:12 PMexfalso
08/15/2017, 5:13 PM2017.2.172.3757.29-1
exfalso
08/15/2017, 5:36 PMnkiesel
08/16/2017, 12:55 AMEugen Martynov
08/16/2017, 7:42 AMhorse_badorties
08/16/2017, 1:31 PMIn a Kotlin editor I typethen"foo".
. With the code completion list open I doCtrl+Space
and nothing happens.Ctrl-Q
When I typeand then do"foo".s
andCtrl-Space
an empty documentation windows pops up with a title “Documentation for s”, like he would do when directly issuingCtrl-Q
Ctrl-Q
paulblessing
08/16/2017, 1:45 PMpaulblessing
08/16/2017, 1:45 PMhorse_badorties
08/16/2017, 2:43 PM