74c02a77fe
Shared source sets do not have related compilation tasks, so configuring them via an extension is the only possible way. Otherwise, a KGP checker will complain on incompatible configuration. Also, should fix rare cases for kapt when the related KotlinJvmCompile task is not created, so it does not propagate configured values to kapt tasks. ^KT-65528 In Progress