Add temporary compiler option to suppress incompatibility errors
To compile Kotlin against current IDEA libraries until they are migrated to 1.1
This commit is contained in:
@@ -72,9 +72,10 @@ class Usage {
|
||||
sb.append(" ");
|
||||
sb.append(description.value());
|
||||
}
|
||||
while (sb.length() < OPTION_NAME_PADDING_WIDTH) {
|
||||
while (sb.length() < OPTION_NAME_PADDING_WIDTH - 1) {
|
||||
sb.append(" ");
|
||||
}
|
||||
sb.append(" ");
|
||||
sb.append(argument.description());
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user