https://kotlinlang.org logo
#eap
Title
r

ralf

10/21/2021, 6:05 PM
I started testing repeatable annotations and while the code compiles the IDE still shows an error after multiple syncs. Is this a known issue? I can file ticket if there’s none. I’m using the latest IntelliJ EAP and the latest Kotlin plugin EAP for 1.6.
Oh, this might be me. I’m actually not using the latest Kotlin plugin version. But there isn’t a newer one either 🤔
Copy code
IntelliJ IDEA 2021.3 EAP (Community Edition)
Build #IC-213.4928.7, built on October 12, 2021
Runtime version: 11.0.12+7-b1729.1 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 11.6
GC: G1 Young Generation, G1 Old Generation
Memory: 16384M
Cores: 32
Registry:
    debugger.watches.in.variables=false
    caches.indexerThreadsCount=16
    ide.tooltip.initialDelay=99


Kotlin: 213-1.5.10-release-945-IJ4928.7
Yes, I just tested IntelliJ Idea 2021.2 stable where it allowed me to install a newer Kotlin IDE plugin and there the issue is gone. The issue is IDEA 2021.3 EAP.
a

Alexey Belkov [JB]

10/22/2021, 9:55 AM
Thank you. The general problem is https://youtrack.jetbrains.com/issue/KTIJ-18848
r

ralf

10/22/2021, 4:53 PM
I appreciate the link, thanks Alexey!
4 Views