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
Describe the bug
Arrow Meta causes imports for object members to give the error "Packages cannot be imported".
The code compiles and runs fine without Arrow Meta.
To Reproduce
Enable Arrow Meta IDE plugin, and add this code to a Kotlin scratch file:
importkotlin.properties.Delegatesimportkotlin.properties.Delegates.observableval x by Delegates.observable(4) { property, old, new ->
}
val y by observable(4) { property, old, new ->
}
Expected behavior
No errors
Screenshots
Environment (please complete the following information):
I have the same problem when importing org.assertj.core.api.Assertions.assertThat, which by the way is used in the arrow-meta-examples project.
What's more, and I don't know if that's related or should I raise a separate issue, but with the plugin enabled Auto-Imports don't work for me in any project.
Describe the bug
Arrow Meta causes imports for object members to give the error "Packages cannot be imported".
The code compiles and runs fine without Arrow Meta.
To Reproduce
Enable Arrow Meta IDE plugin, and add this code to a Kotlin scratch file:
Expected behavior
No errors
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: