Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 458 Bytes

EmbeddableCompiler.md

File metadata and controls

7 lines (5 loc) · 458 Bytes

Kotlin Scripting Examples: Scripting Host with Kotlin Compiler Embeddable

This example demonstrates the usage of the same definition as in the
Simple script definition example 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.