Victor Cardona
12/19/2020, 6:03 PMnatpryce
12/21/2020, 3:30 PMserebit
12/21/2020, 9:10 PMthana
12/22/2020, 9:39 AMchristophsturm
12/22/2020, 2:48 PMKotlin: Cannot access built-in declaration 'kotlin.reflect.KClass'. Ensure that you have a dependency on the Kotlin standard library
the same file builds fine with gradle. And i have restarted with invalidated caches already multiple timesrobstoll
12/22/2020, 8:09 PMException in plugin Kotlin ..
per hour since the update. Am I the only one?
And is it still worth reporting those to JetBrains?
And could you please include a button report all, it is quite a useless time waste to click through the list if you want to report all in any casembonnin
12/23/2020, 2:19 PMDmitry
12/28/2020, 7:38 AMmbonnin
12/28/2020, 4:53 PMthis@.. <-thisDoesNotAutocomplete
). Somehow I'm sure I have seen this working though. Do I miss something or is there a ticket somewhere ?thana
12/29/2020, 12:57 PMpublishToMavenLocal
during development. For some reason we cannot attach the sourcecode anymore in intellij, so when we open a file from the library we end up with a decompiled stub instead of the source jar.
Also i notice that the stub is generated from a jar file from $HOME/.gradle
instead of $HOME/.m2
while the source jar can be found in the latter only. any idea how to recover from that?Stumpos
12/29/2020, 1:43 PMholgerbrandl
01/01/2021, 8:55 PMjeggy
01/05/2021, 4:15 PMbitkid
01/06/2021, 3:05 PMjava.lang.NoClassDefFoundError: org/jetbrains/plugins/gradle/tooling/ModelBuilderService$Ex
java.lang.ClassNotFoundException: org.jetbrains.plugins.gradle.tooling.ModelBuilderService$Ex
Unable to load class 'org.jetbrains.plugins.gradle.tooling.ModelBuilderService$Ex'.
Possible causes for this unexpected error include:
Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)
Re-download dependencies and sync project (requires network)
The state of a Gradle build process (daemon) may be corrupt
Paul Woitaschek
01/07/2021, 8:26 AMEmery Tanghanwaye
01/07/2021, 10:43 PMorg.jetbrains.plugins.gradle.tooling.ModelBuilderService$Ex
tim
01/11/2021, 2:04 PMmbonnin
01/11/2021, 2:55 PMchristophsturm
01/11/2021, 3:50 PMBen Madore
01/11/2021, 6:53 PMbuild.gradle.kts
dependencies {
implementation(“org.jfrog.buildinfobuild info extractor gradle4.18.3”)
}
then in my
my-conventions.gradle.kts
i have:
import org.jfrog.gradle.plugin.artifactory.dsl.PublisherConfig
import org.jfrog.gradle.plugin.artifactory.dsl.ArtifactoryPluginConvention
import org.jfrog.gradle.plugin.artifactory.ArtifactoryPluginUtil
and ij recognizes the last, but does not recognize the 2 before it.Alex Nordlund
01/12/2021, 9:25 AMholgerbrandl
01/12/2021, 6:32 PMchristophsturm
01/13/2021, 4:45 PMOla Adolfsson
01/14/2021, 7:29 PM/**
* [<file://api/src/commonMain/resources/diagram.puml>](Diagram)
*/
Is it possible using a plugin or similiar?thana
01/15/2021, 8:32 AMvdlasov
01/15/2021, 1:18 PMbod
01/16/2021, 1:40 PM> Task :DownloadSources
Attempt to download sources from MavenLocal
Attempt to download sources from BintrayJCenter
Sources were downloaded to /Users/bod/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.4.21-2/243af1040cd400e4267d0b6909977d34d9d5770a/kotlin-stdlib-1.4.21-2-sources.jar
Then if I click on "Choose Sources" and navigate to this location, it still doesn't work...
Any ideas on how to fix this annoyance? 🙏jeff
01/17/2021, 8:27 PMBoris Dudelsack
01/18/2021, 1:36 PM* Exception is:
com.intellij.openapi.externalSystem.model.ExternalSystemException: This version of the Android Support plugin for IntelliJ IDEA (or Android Studio) cannot open this project, please retry with version 4.1 or newer.
Uberto Barbini
01/23/2021, 10:48 AM