Do not show run gutters for native
#KT-26851 Fixed
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user