Somebody was asking about the Kotlin Maven plugin ...
# random
j
Somebody was asking about the Kotlin Maven plugin and how to support Java versions other than 1.5, I see that's now possible in 1.0.3
1.7
and
1.8
not yet supported it seems.
Copy code
<plugin>
                <artifactId>kotlin-maven-plugin</artifactId>
                <groupId>org.jetbrains.kotlin</groupId>
                <version>${kotlin.version}</version>
                <configuration>
                    <jvmTarget>${java.version}</jvmTarget>
                </configuration>