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

Add support for Kotlin 1.7 #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jeffboutotte
Copy link
Contributor

@jeffboutotte jeffboutotte commented Sep 6, 2022

The type signature for parseCommandLineArguments changed with Kotlin 1.7. To preserve support for 1.6.x and below still call the method with its old signature if the version of Kotlin is configured to be less than 1.7.0 but call the method with a newer signature if using Kotlin 1.7.0+.

Additional changes:

  • Drop the android tests since sbt-android still isn't updated to sbt 1.0 and it seems odd this repository has tests for that plugin as well
  • Update the default JVM target to 1.8
  • Adds tests for Kotlin 1.5, 1.6 & 1.7

@chameleon82
Copy link

Hi @pfn , please help with this important change.

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.

2 participants