Zac Sweers
12/22/2024, 6:43 PMkotlin.k2.only.bundled.compiler.plugins.enabled
registry to false? I'm finding that only warning/error diagnostics appear in the IDE but generated declarations appear to be absent (even though compilations of symbols referencing them will succeed)dmitriy.novozhilov
12/22/2024, 9:28 PMZac Sweers
01/03/2025, 6:41 AMdmitriy.novozhilov
01/03/2025, 8:17 AMZac Sweers
01/03/2025, 5:11 PMZac Sweers
01/11/2025, 12:00 AMIntelliJ IDEA 2024.3.1.1 (Ultimate Edition)
Build #IU-243.22562.218, built on December 18, 2024
Licensed to Henri Sweers
Subscription is active until February 4, 2025.
Runtime version: 21.0.5+8-b631.28 aarch64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.lwawt.macosx.LWCToolkit
macOS 15.2
Kotlin plugin: K2 mode
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 2048M
Cores: 14
Metal Rendering is ON
Registry:
debugger.new.tool.window.layout=true
ide.experimental.ui=true
idea.ignore.disabled.plugins=true
i18n.locale=
terminal.new.ui=true
kotlin.k2.only.bundled.compiler.plugins.enabled=false
Non-Bundled Plugins:
google-java-format (1.25.2.0)
com.facebook.ktfmt_idea_plugin (1.2.0.53)
com.intellij.ml.llm (243.22562.251.6)
com.serranofp.fir (0.4.2)
com.github.copilot (1.5.30-242)
org.jetbrains.bsp (2024.3.4)
org.jetbrains.bazel (2024.3.4)
Kotlin: 243.22562.218-IJ
Zac Sweers
01/14/2025, 9:55 PMRoman Golyshev
01/16/2025, 10:00 AMorg/jetbrains/kotlin/com/intellij/psi/PsiElement
is actually org/jetbrains/kotlin
+ com/intellij/psi/PsiElement
This is most probably caused by the fact that you’re using kotlin-compiler-embeddable
artifact as a dependency. Is that the case?dmitriy.novozhilov
01/16/2025, 10:23 AMRoman Golyshev
01/16/2025, 10:32 AMkotlin-compiler-embeddable
to another dependency, like here:
https://github.com/demiurg906/kotlin-compiler-plugin-template/blob/master/build.gradle.kts
At least this advice has helped one of our colleagues in the past to deal with the same problemdmitriy.novozhilov
01/16/2025, 10:33 AMZac Sweers
01/16/2025, 5:47 PMdmitriy.novozhilov
01/16/2025, 6:49 PMZac Sweers
01/16/2025, 6:52 PMcompileOnly
+ compiler-embeddable patterndmitriy.novozhilov
01/16/2025, 8:01 PMZac Sweers
01/16/2025, 8:17 PMdmitriy.novozhilov
01/16/2025, 8:26 PMbnorm
01/16/2025, 8:30 PMbnorm
01/16/2025, 8:32 PM./gradlew build
, for example)dmitriy.novozhilov
01/16/2025, 8:35 PMbnorm
01/16/2025, 8:36 PMdmitriy.novozhilov
01/16/2025, 8:37 PMbnorm
01/16/2025, 8:38 PMdmitriy.novozhilov
01/16/2025, 8:38 PMbnorm
01/16/2025, 8:43 PMdmitriy.novozhilov
01/16/2025, 8:43 PMZac Sweers
01/16/2025, 8:44 PMZac Sweers
01/16/2025, 9:29 PMZac Sweers
01/16/2025, 9:31 PMbnorm
01/16/2025, 9:32 PMZac Sweers
01/16/2025, 9:38 PMZac Sweers
01/20/2025, 9:33 PMZac Sweers
01/25/2025, 6:02 AMkotlin.k2.only.bundled.compiler.plugins.enabled
doesn't exist in Android Studio. Is this a Jetbrains call or Google? (wondering which issue tracker I should file this on)Zac Sweers
01/25/2025, 6:05 AMdmitriy.novozhilov
01/27/2025, 8:34 AM