(String variant)
| 509 | |
| 510 | |
| 511 | public boolean isUnsupported(String variant) { |
| 512 | if (exportList.isEmpty()) { |
| 513 | // if no per-platform exports, then nothing to worry about |
| 514 | return false; |
| 515 | } |
| 516 | return getApplicationExportList(variant) == null; |
| 517 | } |
| 518 | |
| 519 | |
| 520 | /* |
no test coverage detected