Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile Kotlin scripts for versions of Kotlin < 1.3.30 #33

Merged
merged 1 commit into from
Nov 1, 2019

Conversation

jeffboutotte
Copy link
Contributor

The fix for compiling Kotlin scripts works great for 1.3.30+, but doesn't work for earlier versions of Kotlin which require a different dependency.

Checks the Kotlin version and adds an older dependency for script compilation if the version is 1.3.21 or below, or the newer dependency if the version is above 1.3.21.

@pfn
Copy link
Owner

pfn commented Nov 1, 2019

Looks great, thanks!

@pfn pfn merged commit 36dfdbf into pfn:master Nov 1, 2019
@jeffboutotte jeffboutotte deleted the kts-compilation branch November 23, 2019 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants