You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried updating Intellij used in test example, but I'm getting compilation error:
ERROR: /home/vaidas/.cache/bazel/_bazel_vaidas/5c021e50cea8bb825fd0a3a624775fd3/external/idea_ultimate/indexing/BUILD.bazel:2:16: KotlinCompile @idea_ultimate//indexing:indexing_lib { kt: 5, java: 1, srcjars: 0 } for k8 failed: (Exit 1): build failed: error executing command bazel-out/host/bin/external/io_bazel_rules_kotlin/src/main/kotlin/build '--flagfile=bazel-out/k8-fastbuild/bin/external/idea_ultimate/indexing/indexing_lib-kt-java.jar-0.params'
warning: some JAR files in the classpath have the Kotlin Runtime library bundled into them. This may cause difficult to debug problems if there's a different version of the Kotlin Runtime library in the classpath. Consider removing these libraries from the classpath
bazel-out/k8-fastbuild/bin/external/idea_ultimate/lib/_ijar/binary_libs/lib/3rd-party-rt-ijar.jar: warning: library has Kotlin runtime bundled into it
external/rules_intellij/src/main/kotlin/rules_intellij/indexing/IndexingService.kt:8:39: error: unresolved reference: StringHash
import com.intellij.openapi.util.text.StringHash
^
external/rules_intellij/src/main/kotlin/rules_intellij/indexing/IndexingService.kt:9:29: error: unresolved reference: exists
import com.intellij.util.io.exists
Intellij:
#WORKSPACE
intellij(
name = "idea_ultimate",
plugins = {
"indexing-shared-ultimate:intellij.indexing.shared:221.6008.1": "44472c50bca5e0c595467ea0f9f9b46d9232bcdb9ef53abe8cafb001f13622f0",
"indexing-shared:intellij.indexing.shared.core": "",
},
sha256 = "598e085c98283c3206d9b755e6ef5f3321a3a11b1e5affa740276e9e3b0bd1f0",
type = "ideaIU",
version = "2022.1.3",
)
I tried updating Intellij used in test example, but I'm getting compilation error:
Intellij:
Plugins:
The text was updated successfully, but these errors were encountered: