IntelliJ does not support `-Xfriend-paths`, still ...
# intellij
f
IntelliJ does not support
-Xfriend-paths
, still complains about visibility issues and requires explicit
@Suppress
despite
kotlinc
compiling everything as expected. Where would one report a bug for this in YouTrack? Kotlin or IntelliJ?
c
I don't have the link, but there is already an issue open in YT for it, it's categorized as KT I believe.
r
I think it’s this issue: https://youtrack.jetbrains.com/issue/KT-34102 @Fleshgrinder Would you mind sharing what you had to do in order to enable this feature?