public class InitializrMetadataKotlinVersionResolver extends Object implements KotlinVersionResolver
KotlinVersionResolver that resolves the version from the
InitializrMetadata.| Constructor and Description |
|---|
InitializrMetadataKotlinVersionResolver(InitializrMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
String |
resolveKotlinVersion(ProjectDescription description)
Resolves the Kotlin version to use for the generation of the project with the given
description. |
public InitializrMetadataKotlinVersionResolver(InitializrMetadata metadata)
public String resolveKotlinVersion(ProjectDescription description)
KotlinVersionResolverdescription.resolveKotlinVersion in interface KotlinVersionResolverdescription - the description of the project being generatedCopyright © 2021 Pivotal Software, Inc.. All rights reserved.