Every time a Gradle refresh is done an ArtifactNot...
# intellij
n
Every time a Gradle refresh is done an ArtifactNotFoundException is thrown:
Copy code
Unable to build Kotlin project configuration

org.gradle.internal.resolve.ArtifactNotFoundException: Could not find kmqtt-client-metadata-0.2.3-dev.jar (org.digieng:kmqtt-client:0.2.3-dev).
Searched in the following locations:
    <https://dl.bintray.com/digieng/development/org/digieng/kmqtt-client/0.2.3-dev/kmqtt-client-0.2.3-dev.jar>
	at org.gradle.internal.resolve.result.DefaultBuildableArtifactResolveResult.notFound(DefaultBuildableArtifactResolveResult.java:28)

...
With the project (Kotlin Native based) I am developing this is a show stopper! IntelliJ's syntax checking for Kotlin source files is broken. In every Kotlin source file in the project there is a green tick, even on a clean build. Funny thing is that the link exists yet Gradle cannot find it which is weird.
The Gradle cache needs to be handled significantly better by the Kotlin plugin. Manually adjusting the Gradle cache shouldn't cause the Kotlin plugin to break (become unstable).
a
I believe we don't have known issues like that. Can you please create an issue at http://kotl.in/issue with steps to reproduce if possible? Thank you.
n
Created a new issue which can be found here: https://youtrack.jetbrains.com/issue/KT-43834
🙏 1