diff --git a/idea/idea-native/src/org/jetbrains/kotlin/ide/konan/NativeIdePlatformKindTooling.kt b/idea/idea-native/src/org/jetbrains/kotlin/ide/konan/NativeIdePlatformKindTooling.kt index 263750807a8..5ee4d96c99a 100644 --- a/idea/idea-native/src/org/jetbrains/kotlin/ide/konan/NativeIdePlatformKindTooling.kt +++ b/idea/idea-native/src/org/jetbrains/kotlin/ide/konan/NativeIdePlatformKindTooling.kt @@ -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("kotlin.native"), KotlinLibraryKind {