You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i tried to follow the latest documentation and the sample project. When i try to generate a kotlin project, it is erroring out with missing mapping for spring boot 2.5.6 with kotlin. Could you point to where the mapping can be configured and also if there is a way to just extend the whole configuration that would be great. Not able to find that information in docs
io.spring.initializr.metadata.InvalidInitializrMetadataException: No Kotlin version mapping available for 2.5.6.RELEASE
at io.spring.initializr.metadata.InitializrConfiguration$Env$Kotlin.resolveKotlinVersion(InitializrConfiguration.java:424) ~[initializr-metadata-0.11.1.jar:na]
at io.spring.initializr.generator.spring.code.kotlin.InitializrMetadataKotlinVersionResolver.resolveKotlinVersion(InitializrMetadataKotlinVersionResolver.java:39) ~[initializr-generator-spring-0.11.1.jar:na]
The text was updated successfully, but these errors were encountered:
Hello,
i tried to follow the latest documentation and the sample project. When i try to generate a kotlin project, it is erroring out with missing mapping for spring boot 2.5.6 with kotlin. Could you point to where the mapping can be configured and also if there is a way to just extend the whole configuration that would be great. Not able to find that information in docs
The text was updated successfully, but these errors were encountered: