From f031d6fc64beca4fdf5cd02c8f79428d83339ea8 Mon Sep 17 00:00:00 2001 From: Don Cross Date: Mon, 21 Mar 2022 20:52:46 -0400 Subject: [PATCH] Added placeholder links to Android, Java demos. --- README.md | 9 ++++++++- demo/android/README.md | 4 ++++ demo/java/README.md | 7 +++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 demo/android/README.md create mode 100644 demo/java/README.md diff --git a/README.md b/README.md index ff1a308f..48786f29 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,14 @@
Kotlin / JVM
Kotlin
- Examples + +

Examples

+ + Code & Docs diff --git a/demo/android/README.md b/demo/android/README.md new file mode 100644 index 00000000..80942513 --- /dev/null +++ b/demo/android/README.md @@ -0,0 +1,4 @@ +# Android demo GUI in Kotlin + +Not yet documented. Coming soon! + diff --git a/demo/java/README.md b/demo/java/README.md new file mode 100644 index 00000000..bbf00e93 --- /dev/null +++ b/demo/java/README.md @@ -0,0 +1,7 @@ +# Java demo program + +This program illustrates compatibility between the +Kotlin source code and the Java language. + +Not yet documented. Coming soon! +