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
Leonardis Rojas
04/05/2022, 3:30 PM
Because you are already running in the logginContext?
r
Ron S
04/06/2022, 9:52 AM
Have I missed something? I'd rather say this is more due to poor IDE support for the new context receiver feature.
t
Tower Guidev2
04/06/2022, 10:21 AM
Ron S i think you are correct, however as intelliJ are Android studio and Kotlin you would assume it all worked together seamlessly!