can you reference internal stuff in test sources i...
# announcements
b
can you reference internal stuff in test sources in kotlin 1.4? 1.4.0-rc worked fine, after upgrading plugin and dependencies I keep getting
Cannot access 'Foo': it is internal in 'some.package'
gradle builds and runs it just fine tho
a
Is it a Gradle project? I failed to reproduce the bug with sample code. Can you please create an issue at http://kotl.in/issue with a sample project to reproduce?
b
I couldn't reproduce it either (in a new project), so I've decided to delete
.idea
and it helped