From 866f1373175b6af0fe0012f8bb295adb7c37e364 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Tue, 18 Sep 2018 12:40:05 +0300 Subject: [PATCH] Remove obsolete text. --- PLATFORM_LIBS.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/PLATFORM_LIBS.md b/PLATFORM_LIBS.md index 5dd8ad67598..5139c6fc60c 100644 --- a/PLATFORM_LIBS.md +++ b/PLATFORM_LIBS.md @@ -28,26 +28,6 @@ Note that the content of `platform.posix` is NOT identical on different platforms, in the same way as different `POSIX` implementations are a little different. -### OS specific libraries - -We've gone a little further and provided access to more specific -native OS services. One needs to import the proper packages -on each of the platform. Choose what matches your target platform: - -
- -```kotlin -import platform.osx.* - -import platform.linux.* - -import platform.windows.* - -import platform.android.* - -import platform.ios.* -``` -
### Popular native libraries