Skip to content

Commit

Permalink
Do not show url for multi platform projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
erokhins committed Jan 31, 2017
1 parent f3385e0 commit 67835b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ enum class LanguageFeature(val sinceVersion: LanguageVersion?, val hintUrl: Stri
TypeInferenceOnGenericsForCallableReferences(KOTLIN_1_1),

// Experimental features
MultiPlatformProjects(null, "https://kotlinlang.org/docs/diagnostics/experimental-multitraget-projects"),
MultiPlatformProjects(null),
MultiPlatformDoNotCheckImpl(null),

WarnOnCoroutines(null),
Expand Down

0 comments on commit 67835b6

Please sign in to comment.