From cd058a4f4d319d54bbd64c4e32db03aa28d74997 Mon Sep 17 00:00:00 2001 From: Mike Kobit Date: Tue, 19 Jun 2018 09:19:22 -0500 Subject: [PATCH] Update path in `scripting-support.md` to reflect the current path in the upstream Kotlin repository --- proposals/scripting-support.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proposals/scripting-support.md b/proposals/scripting-support.md index 0e561e354..9d99e3d7c 100644 --- a/proposals/scripting-support.md +++ b/proposals/scripting-support.md @@ -648,7 +648,7 @@ starting from the 1.2.50 release. The following API and helper libraries are gen - `kotlin-scripting-jvm-host` - JVM-specific host helpers - `kotlin-scripting-misc` - an experimental DSL for properties -The basic examples could be found in the `libraries/samples/scripting` folder in the Kotlin source code repository. +The basic examples could be found in the `libraries/examples/scripting` folder in the Kotlin source code repository. The implementation is functional for many use cases, but there are many gaps, in particular: - the following compilation configuration properties are not supported yet: @@ -681,7 +681,7 @@ implementation is not guaranteed. #### Script with maven dependencies resolving support -The complete source code could be found in the `libraries/samples/scripting/jvm-maven-deps` folder in the Kotlin source +The complete source code could be found in the `libraries/examples/scripting/jvm-maven-deps` folder in the Kotlin source code repository. *(Note: discovery file is not part of the mentioned example projects in the Kotlin repository, due to some clashes with the Kotlin build infrastructure.)*