For some reason, the openapi is included in my dependencies through the kotlin compiler dependency but for some reason when trying to import Disposer from there, it isn't found? I try to do
import com.jetbrains.openapi.Disposer
and it says that
com.intellij
isn't found even though that other dependencies that I use use it