2562522392
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.