Use a built-in marker class for Configure Kotlin action

This helps to get rid of the balloon which was shown in Kotlin project itself
because of the recent change where a source root was added to the module
'builtins', which doesn't have the class kotlin.jvm.internal.Intrinsics (the
'runtime.jvm' module does)
This commit is contained in:
Alexander Udalov
2015-07-10 18:39:15 +03:00
parent 670565b251
commit 95f5d24988
@@ -28,7 +28,7 @@ import org.jetbrains.annotations.Nullable;
public class KotlinRuntimeLibraryCoreUtil {
private static final ImmutableList<String> CANDIDATE_CLASSES = ImmutableList.of(
"kotlin.jvm.internal.Intrinsics",
"kotlin.Unit",
// For older versions
"jet.runtime.Intrinsics"