69bb85f71f
Add 'compilation' postfix to configuration names of compilations. This is necessary to distinguish them from source set ones. Without the change, default source sets of test compilations and the test compilations themselves have the same name. For instance, jvmTestImplementation was interpreted as a configuration for a source set jvmTest and a compilation with the same name. This leads to incorrect configuration hierarchies and unexpected dependencies in them. KT-35916 KT-49877