-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Description
Sébastien Deleuze opened SPR-15100 and commented
We are currently using Kotlin 1.0.6
, but it does not support Kotlin Script, producing Java 8 bytecode and other improvements provided by Kotlin 1.1.
But Kotlin 1.1-M04
has 2 blocking points that prevent us to upgrade:
- It can't produce Kotlin 1.0 compatible bytecode even when specifying
apiVersion = 1.0
andlanguageVersion = 1.0
- Kotlin IDEA plugin
1.1-M04
does not work in a reliable way withkotlin-spring
plugin
Kotlin 1.1-beta
should be released in the coming weeks, and will allow us to upgrade to this version in order to re-enable Kotlin Script template rendering.
Issue Links:
- Generate Java 8 bytecode with Kotlin compiler [SPR-15183] #19749 Generate Java 8 bytecode with Kotlin compiler
Referenced from: commits 35d5dca
Metadata
Metadata
Assignees
Labels
type: enhancementA general enhancementA general enhancement