Do not show url for multi platform projects.

This commit is contained in:
Stanislav Erokhin
2017-01-31 13:07:17 +03:00
parent f3385e093e
commit 67835b642d
@@ -43,7 +43,7 @@ enum class LanguageFeature(val sinceVersion: LanguageVersion?, val hintUrl: Stri
TypeInferenceOnGenericsForCallableReferences(KOTLIN_1_1), TypeInferenceOnGenericsForCallableReferences(KOTLIN_1_1),
// Experimental features // Experimental features
MultiPlatformProjects(null, "https://kotlinlang.org/docs/diagnostics/experimental-multitraget-projects"), MultiPlatformProjects(null),
MultiPlatformDoNotCheckImpl(null), MultiPlatformDoNotCheckImpl(null),
WarnOnCoroutines(null), WarnOnCoroutines(null),