I’m playing with `allopen` plugin I’m wondering if...
# announcements
a
I’m playing with
allopen
plugin I’m wondering if it would be possible enable it only for testing. The reason is because it’d simplify a lot the tests when you’re mocking dependencies written in Kotlin where you don’t want to open it outside of testing and you don’t want to be always extracting interfaces. Real case use: developing a library where you don’t want to convert some clases to non-finals but it would be very useful having them open for testing