Skip to content

Update path in scripting-support.md to reflect the current path in … #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions proposals/scripting-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.)*

Expand Down