Rename module capability: "KotlinLibrary" -> "KotlinNativeLibrary"

This commit is contained in:
Dmitriy Dolovov
2019-10-01 15:28:25 +07:00
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()
companion object {
val NATIVE_LIBRARY_CAPABILITY = ModuleDescriptor.Capability<KotlinLibrary>("KotlinLibrary")
val NATIVE_LIBRARY_CAPABILITY = ModuleDescriptor.Capability<KotlinLibrary>("KotlinNativeLibrary")
}
}