pfn / kotlin-plugin

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

Add settingKey for changing jvm-target parameter #39

Closed alexvanolst closed 4 years ago

alexvanolst commented 4 years ago

Since this cannot be set using the kotlincOptions I have added a SettingKey for changing the target JVM of the kotlin compiler.

alexvanolst commented 4 years ago

Thanks