https://github.com/jlleitschuh/kotlin-scripting-jdk9
Testing repository for getting Gradle Kotlin DSL to work with JDK 9
https://github.com/jlleitschuh/kotlin-scripting-jdk9
Last synced: 8 months ago
JSON representation
Testing repository for getting Gradle Kotlin DSL to work with JDK 9
- Host: GitHub
- URL: https://github.com/jlleitschuh/kotlin-scripting-jdk9
- Owner: JLLeitschuh
- License: mit
- Created: 2017-09-06T22:49:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T15:37:28.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T10:21:36.995Z (over 1 year ago)
- Language: Kotlin
- Size: 63.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# kotlin-scripting-jdk9
The fundamental problem that we are trying to solve with this repo is
to demonstrate and fix Kotlin Scripting with JDK 9.
Reproduction repository for the Kotlin DSL issues with JDK 9.
https://github.com/gradle/kotlin-dsl/issues/454
This repository is mostly cloned from the logic that can be found here:
https://github.com/bamboo/kotlin-sam-with-receiver-repro
## Demonstrating the Bug
### Enviroment
JDK 9 assigned to your `JAVA_HOME` environment variable.
## Running
You can run either in IntelliJ or via Gradle.
To run via Gradle simply run `./gradlew :compiler:run`