Files
kotlin-fork/libraries/tools
Pavel Kirpichenkov 69bb85f71f [MPP] Disambiguate compilation and source set configurations
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
2022-08-04 09:02:44 +00:00
..
2022-06-29 10:20:30 +02:00