I'm trying to update to M14 but have issues with `...
# announcements
a
I'm trying to update to M14 but have issues with
internal
visibility with gradle (it works in IntelliJ). The tests don't have internal access:
CircularBufferTest.kt: (33, 22): Cannot access 'CircularBuffer': it is 'internal' in 'collection'
. Any trick to getting gradle tests to have internal access?