com.jetbrains.plugin.structure.ide.layout.ModuleLoadingContext.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-ide Show documentation
Show all versions of structure-ide Show documentation
Library for resolving class files and resources of IntelliJ Platform IDEs.
The newest version!
package com.jetbrains.plugin.structure.ide.layout
import java.nio.file.Path
internal data class ModuleLoadingContext(val artifactPath: Path, val descriptorName: String)