Do not show run gutters for native

#KT-26851 Fixed
This commit is contained in:
Pavel V. Talanov
2018-09-19 19:25:24 +02:00
parent 06ecca4144
commit 85bdb8b787
@@ -40,7 +40,7 @@ class NativeIdePlatformKindTooling : IdePlatformKindTooling() {
override fun getTestIcon(declaration: KtNamedDeclaration, descriptor: DeclarationDescriptor): Icon? = null
override fun acceptsAsEntryPoint(function: KtFunction) = true
override fun acceptsAsEntryPoint(function: KtFunction) = false
}
object NativeLibraryKind : PersistentLibraryKind<DummyLibraryProperties>("kotlin.native"), KotlinLibraryKind {