Hi i am trying out kotlin 1.7 features in my curre...
# android
t
Hi i am trying out kotlin 1.7 features in my current Android application and have managed success with contextReceivers however I have one question... why is my "with" shown as redundant?
l
Because you are already running in the logginContext?
r
Have I missed something? I'd rather say this is more due to poor IDE support for the new context receiver feature.
t
Ron S i think you are correct, however as intelliJ are Android studio and Kotlin you would assume it all worked together seamlessly!