👍 when you call an extension function, the extension receiver must be in receiver position (explicit or implicit). That means that any other required receivers need to be brought into scope some other way, e.g. via context receivers or
with
.
ł
Łukasz Gendek
07/28/2023, 1:17 PM
great 👍
c
CLOVIS
07/28/2023, 1:39 PM
If you can use context receivers, they do not have this limitation, so the code would work as you wrote it