Hi, is is possible to force optics generation for ...
# arrow
t
Hi, is is possible to force optics generation for kotlin data class I don't own (it has companion object)?
s
That's currently not possible with the
kapt
implementation. If
kapt
can analyse foreign data classes it might be quite easy to add.
👍 1