Commit 50c07830 authored by Jinseong Jeon's avatar Jinseong Jeon
Browse files

AA: adapt to removal of ProjectStructureProvider#getKtBinaryModules

parent 25df3bf4
Showing with 0 additions and 5 deletions
+0 -5
......@@ -4,7 +4,6 @@ package org.jetbrains.kotlin.idea.base.projectStructure
import com.intellij.openapi.project.Project
import com.intellij.psi.PsiElement
import org.jetbrains.kotlin.analysis.project.structure.KtBinaryModule
import org.jetbrains.kotlin.analysis.project.structure.KtModule
import org.jetbrains.kotlin.analysis.project.structure.ProjectStructureProvider
import org.jetbrains.kotlin.analyzer.ModuleInfo
......@@ -34,10 +33,6 @@ internal class ProjectStructureProviderIdeImpl(private val project: Project) : P
else -> NotUnderContentRootModuleByModuleInfo(moduleInfo as IdeaModuleInfo, this)
}
override fun getKtBinaryModules(): Collection<KtBinaryModule> {
TODO("This is a temporary function used for Android LINT, and should not be called in the IDE")
}
companion object {
fun getInstance(project: Project): ProjectStructureProviderIdeImpl {
return project.getService(ProjectStructureProvider::class.java) as ProjectStructureProviderIdeImpl
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment