forked from Kotlin/kotlin-script-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
# Kotlin Scripting Examples: Scripting Host with Kotlin Compiler Embeddable | ||
|
||
This example demonstrates the that uses the same definition as in the | ||
This example demonstrates the usage of the same definition as in the | ||
[Simple script definition example](../jvm-simple-script/SimpleScript.md) but uses the embeddable version of the | ||
Kotlin compiler. The necessity of using embeddable compiler may arise when the dependencies that are packed into | ||
the `kotlin-compiler` jar, could conflict with the dependencies used by the host. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
|
||
# Kotlin Scripting Examples: Simple Script Definition | ||
|
||
This example demonstrates creation of the [simple script definition project](script/) and simple | ||
This example demonstrates the creation of the [simple script definition project](script/) and simple | ||
[scripting host project](host/) that uses the definition. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters