pfn / kotlin-plugin

Build kotlin code using sbt
MIT License
136 stars 35 forks source link

Add support for Kotlin 1.7 #45

Open jeffboutotte opened 2 years ago

jeffboutotte commented 2 years ago

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:

chameleon82 commented 2 years ago

Hi @pfn , please help with this important change.