Files
kotlin-fork/utilities
Ilya Matveev 2562522392 Platform libs: Use FQ-names for platform libraries
This patch changes the platform libraries naming scheme.
Earlier the platform libraries used to have simple names,
like posix or Foundation. But these names are not unique
enough. This causes issues with library resolution and cache
building if a user library has the same simple name.

With this patch all platform libraries have FQ names like
org.jetbrains.konan.platform.posix. Corresponding change
for user libraries will be added separately at the Gradle
plugin side.

Fix for #KT-36720.
2020-03-06 13:24:20 +07:00
..