did something change? this worked at one point
# announcements
k
did something change? this worked at one point
d
I ran into the same problem on 1.1.3-2 on IntelliJ 2017.2 preview. Internal property that works from the Gradle build, but IntelliJ complains it’s internal when I try to compile my tests
k
yes, mine works from the build as well
l
internal
is about modules, not packages. are your tests in a different module?
k
@lovis same module. however, I think Intellij may be treating src/main/kotlin and src/test/kotlin as separate source sets and treating that the same as a separate module
l
I had a similar issue and I could resolve it by unchecking “Create separate module per source set” during the import of the project (gradle)