File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ starting from the 1.2.50 release. The following API and helper libraries are gen
648
648
- ` kotlin-scripting-jvm-host ` - JVM-specific host helpers
649
649
- ` kotlin-scripting-misc ` - an experimental DSL for properties
650
650
651
- The basic examples could be found in the ` libraries/samples /scripting ` folder in the Kotlin source code repository.
651
+ The basic examples could be found in the ` libraries/examples /scripting ` folder in the Kotlin source code repository.
652
652
653
653
The implementation is functional for many use cases, but there are many gaps, in particular:
654
654
- the following compilation configuration properties are not supported yet:
@@ -681,7 +681,7 @@ implementation is not guaranteed.
681
681
682
682
#### Script with maven dependencies resolving support
683
683
684
- The complete source code could be found in the ` libraries/samples /scripting/jvm-maven-deps ` folder in the Kotlin source
684
+ The complete source code could be found in the ` libraries/examples /scripting/jvm-maven-deps ` folder in the Kotlin source
685
685
code repository. * (Note: discovery file is not part of the mentioned example projects in the Kotlin repository, due to
686
686
some clashes with the Kotlin build infrastructure.)*
687
687
You can’t perform that action at this time.
0 commit comments