loke
06/15/2024, 1:59 PMArrayList
, or IllegalStateException
, etc) will be red with the IDE saying that the class cannot be found. The same standard library classes references in the platform-specific directories (such as "jvm" and "linux") works fine.
If I switch back to Kotlin 2.0.0-RC3, the problem goes away.
The really weird thing is that this is what happens when I load the project on a new system (or after clearing the IDEA cache). I have two machines where this problem didn't occur. So I deleted the cache and config on it and reloaded the project and now it also exhibits this problem. This suggests to me that this is a problem with IDEA. But, I will never rule out operator error.
The project where this happens in open source by the way, so if anyone wants to test, they can find the code here: https://codeberg.org/loke/array
Any idea how to figure this one out?CLOVIS
06/15/2024, 2:28 PMloke
06/15/2024, 2:30 PMCLOVIS
06/15/2024, 2:31 PMloke
06/15/2024, 2:32 PMloke
06/15/2024, 2:34 PMCLOVIS
06/15/2024, 2:34 PMloke
06/15/2024, 2:36 PMloke
06/15/2024, 3:00 PMloke
06/15/2024, 3:00 PMloke
06/15/2024, 3:25 PMCLOVIS
06/15/2024, 3:33 PM<http://registry.gitlab.com/opensavvy/automation/containers/java|registry.gitlab.com/opensavvy/automation/containers/java>
(sources)
It can build and run projects for jvm()
and linuxX64()
(there are other containers in the repo for js(IR)
if you need)loke
06/15/2024, 5:39 PMloke
06/15/2024, 5:40 PM