e0ebf2482b
Previously it was possible to refer to destinationDir in gradle scripts (evaluation phase), so in order to preserve compatibility destinationDir should be configured before evaluation. This does not affect android plugin because in this case kotlin tasks were created after evaluation anyway, so it was not possible to refer to destinationDir during evaluation anyway.