[Gradle] Add 1.8 and 1.9 api versions to gradle plugin
^KT-52208 Fixed
This commit is contained in:
committed by
teamcity
parent
134647169e
commit
032f17920e
+3
-1
@@ -142,7 +142,9 @@ private val apiVersionValues = ApiVersion.run {
|
|||||||
KOTLIN_1_4,
|
KOTLIN_1_4,
|
||||||
KOTLIN_1_5,
|
KOTLIN_1_5,
|
||||||
KOTLIN_1_6,
|
KOTLIN_1_6,
|
||||||
KOTLIN_1_7
|
KOTLIN_1_7,
|
||||||
|
KOTLIN_1_8,
|
||||||
|
KOTLIN_1_9
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user