https://github.com/alexeytsvetkov/kotlin-incremental-compilation-client-example
https://github.com/alexeytsvetkov/kotlin-incremental-compilation-client-example
incremental-compilation kotlin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexeytsvetkov/kotlin-incremental-compilation-client-example
- Owner: AlexeyTsvetkov
- Created: 2017-03-02T07:36:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T07:37:09.000Z (over 8 years ago)
- Last Synced: 2025-02-10T01:46:38.300Z (4 months ago)
- Topics: incremental-compilation, kotlin
- Language: Kotlin
- Size: 51.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
This project shows how to use Kotlin Incremental Compilation API.
This API is not stable yet.The project contains just one test.
To run the test:
```
./gradlew test
```You can also open the project from Intellij IDEA. If you have not run tests with Gradle, you need to download Kotlin runtime for tests by running:
```
./gradlew copyKotlinRuntimeForTests
```