All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jetbrains.plugin.structure.ide.layout.ModuleLoadingContext.kt Maven / Gradle / Ivy

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)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy