简体   繁体   English

Intellij Idea Kotlin 插件看不到 scala 案例 class 访问器

[英]Intellij Idea Kotlin plugin cannot see scala case class accessors

I'm using kotlin with akka and after kotlin plugin update, I'm facing issues with IDE errors:我将 kotlin 与 akka 一起使用,在 kotlin 插件更新之后,我遇到了 Z581D63877201F35EB3FACD9 错误的问题
It has "error" severity like compilation error, but it compiles just fine.它具有类似于编译错误的“错误”严重性,但编译得很好。
Is it possible to somehow get rid of it?有可能以某种方式摆脱它吗? I was not able to downgrade kotlin plugin (maybe help with that).我无法降级 kotlin 插件(也许有帮助)。 Im using intellij 2020.1.1 with kotlin plugin 1.3.72-release-IJ2020.1-3我将 intellij 2020.1.1 与 kotlin 插件 1.3.72-release-IJ2020.1-3 一起使用

在此处输入图像描述

scala class: scala class:

final class EventEnvelope(
    val offset: Offset,
    val persistenceId: String,
    val sequenceNr: Long,
    val event: Any,
    val timestamp: Long)

This is a Kotlin IDEA plugin bug on IDEA version 2020.1.这是 IDEA 版本 2020.1 上的 Kotlin IDEA 插件错误。 Please watch https://youtrack.jetbrains.com/issue/KT-38273 for updates.请观看https://youtrack.jetbrains.com/issue/KT-38273以获取更新。

Workarounds: use IDEA 2019.3 or disable IDEA Scala plugin.解决方法:使用 IDEA 2019.3 或禁用 IDEA Scala 插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM