As of very recently, running Optimize Imports in I...
# announcements
t
As of very recently, running Optimize Imports in IntelliJ starts inserting imports for things like
kotlin.String
,
<http://kotlin.to|kotlin.to>
, and
kotlin.with
that should not need to be imported. Both my colleague and I are noticing this . Is it just us and is there a way to stop this madness?
l
You might have better luck with more details and opening a ticket on kotl.in/issue (that you can link back in this thread)
t
Yeah. We're trying to find a minimal example. We think it may have to do with the fact that we're interoperating with Scala.