napperley
12/08/2020, 1:45 AMUnable 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.napperley
12/08/2020, 1:48 AMAlexey Belkov [JB]
12/08/2020, 11:00 AMnapperley
12/08/2020, 10:43 PM