Do not show url for multi platform projects.
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user