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.
Description
The
kotlin()DSL is documented withIn 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