Hi, so I see that Lenses for now are CompanionObje...
# arrow-meta
j
Hi, so I see that Lenses for now are CompanionObject.iso. Do you know how we can generate and make available for autocomplete intermediate methods like extension vals for Lenses
inline val <A> Lens<A, MyObject>.myObject2(): Lens<A, MyObject2> = {}
?
s