Package io.spring.initializr.generator.spring.code.kotlin
package io.spring.initializr.generator.spring.code.kotlin
Kotlin code contributors.
-
ClassDescription
KotlinVersionResolver
that resolves the version from theInitializrMetadata
.ABuildCustomizer
that automatically adds "jackson-module-kotlin" when Kotlin is used and a dependency has the "json" facet.BuildCustomizer
for Gradle that configures the JPA Kotlin plugin if a JPA related dependency is present.ABuildCustomizer
for Maven that configures the JPA Kotlin plugin if a JPA related dependency is present.Configuration for contributions specific to the generation of a project that will use Kotlin as its language.Commons settings for Kotlin projects.Strategy for resolving a Kotlin version from a platform version.Commons settings for Kotlin projects.