Rename module capability: "KotlinLibrary" -> "KotlinNativeLibrary"
This commit is contained in:
committed by
alexander-gorshenev
parent
0196ce7c2f
commit
185b10fa06
@@ -214,6 +214,6 @@ class NativeLibraryInfo(project: Project, library: Library, root: File) : Librar
|
|||||||
override fun toString() = "Native" + super.toString()
|
override fun toString() = "Native" + super.toString()
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
val NATIVE_LIBRARY_CAPABILITY = ModuleDescriptor.Capability<KotlinLibrary>("KotlinLibrary")
|
val NATIVE_LIBRARY_CAPABILITY = ModuleDescriptor.Capability<KotlinLibrary>("KotlinNativeLibrary")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user