From aaff1d1670a20bb3ad1d3cc3615d0c124ca7ed57 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 3 Mar 2020 11:46:19 +0100 Subject: [PATCH] Minor, add ReadMe to spec-docs --- spec-docs/ReadMe.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 spec-docs/ReadMe.md diff --git a/spec-docs/ReadMe.md b/spec-docs/ReadMe.md new file mode 100644 index 00000000000..ff86a5fedc2 --- /dev/null +++ b/spec-docs/ReadMe.md @@ -0,0 +1,6 @@ +# Spec docs + +This directory contains old language design documents, most of which **no longer correspond to the current state of Kotlin**. +These documents are left here temporarily, until we update and merge them into the official Kotlin specification. + +Until then, please see [the official Kotlin documentation](https://kotlinlang.org/docs/reference) and [Kotlin Evolution and Enhancement Process](https://github.com/Kotlin/KEEP/) for up-to-date documentation on topics highlighted here.