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
When writing mapOf<Any, Any>(), mapOf is underlined with Unresolved reference: mapOfkotlin(UNRESOLVED_REFERENCE).
Despite mapOf being in the standard imports of the standard library. Same with sequence and listOf.
I have kotlinc version 2.1.0 and java version 23.0.1.
The text was updated successfully, but these errors were encountered:
This problem is because of the bug in old exposed, it existed under version 0.40, and kts use 0.33. And if kts cannot insert data to the database, it will throw away all the depencies. And, yes, when kts insert the data to database, it will always throw the error, and made the editor all red. now it is solved in my fork.
Maybe you can take a try to my fork
Gouvernathor
changed the title
Unresolved references for standard library dependencies
Unresolved references for standard library dependencies (mostly fixed)
Jan 19, 2025
When writing
mapOf<Any, Any>()
, mapOf is underlined withUnresolved reference: mapOf
kotlin(UNRESOLVED_REFERENCE)
.Despite mapOf being in the standard imports of the standard library. Same with
sequence
andlistOf
.I have kotlinc version 2.1.0 and java version 23.0.1.
The text was updated successfully, but these errors were encountered: