[K/N] Drop androidNativeActivity sample

This sample uses custom API that is not supported and documented.
Thus, it creates wrong impression on how to use Kotlin/Native for NDK.
This commit is contained in:
Sergey Bogolepov
2022-02-22 16:52:04 +03:00
committed by Space
parent 2ecde3e831
commit 817f9f13b7
28 changed files with 1 additions and 1345 deletions
-1
View File
@@ -11,7 +11,6 @@ The following Kotlin Multiplatform Mobile samples used to be located in this dir
More Kotlin Multiplatform Mobile samples can be found here: https://kotlinlang.org/docs/kmm-samples.html.
The samples that are in this directory mostly illustrate the other use cases for Kotlin/Native:
* `androidNativeActivity` - Android Native Activity rendering 3D graphics using OpenGLES
* `csvparser` - simple CSV file parser and analyzer
* `echoServer` - TCP/IP echo server
* `gitchurn` - program interoperating with `libgit2` for GIT repository analysis