Skip to content

Relax Kotlin version parsing #88

@sschuberth

Description

@sschuberth

Description

The kotlin() DSL is documented with

languageVersion/apiVersion are configured with the minor version only

In that context, and also to be able to use KotlinVersion.KOTLIN_1_9.version, could the version parsing be relaxed to also accept "1.9" which should be interpreted as "1.9.0"? Currently, using "1.9" fails with

Tapmoc: cannot parse Kotlin version '1.9'. Expected format is X.Y.Z.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions