a90664574c
Related KotlinCompile to JavaCompile wiring is happening on KotlinJvmTarget initialization before 'withJava' configuration runs. At that point linked JavaCompile task is null. Fix delays wiring to execution phase when such task should be available. ^KT-55119 Fixed