IntelliJ is reporting error ```Usage of Kotlin int...
# intellij
s
IntelliJ is reporting error
Copy code
Usage of Kotlin internal declarations from Java code in different module.
when the method used is declared with
Copy code
@PublishedApi
internal fun <T> fromInt(..)
It wasn't complaining about this before update 🤔
🐛 1
1
K 1