7aed9fd592
Fixes a bug introduced by the commit6fa610156e, which led to Kapt options being imported from Android AP options too early (immediately at creation time for each Android variant, while the Android plugin added the options only afterwards). Move Android subplugin options configuration to the time & scope where it was prior to6fa610156e.