Skip to content

Commit 9dd9527

Browse files
ZacSweerstschuchortdev
authored andcommitted
Update kotlin to 1.4.30
1 parent 78c62c5 commit 9dd9527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does
108108

109109
However, if your project or any of its dependencies depend directly on compiler artifacts such as `kotlin-compiler-embeddable` or `kotlin-annotation-processing-embeddable` then they have to be the same version as the one used by Kotlin-Compile-Testing or there will be a transitive dependency conflict.
110110

111-
- Current `kotlin-compiler-embeddable` version: `1.4.21-2`
111+
- Current `kotlin-compiler-embeddable` version: `1.4.30`
112112

113113
Because the internal APIs of the Kotlin compiler often change between versions, we can only support one `kotlin-compiler-embeddable` version at a time.
114114

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.4.21-2'
2+
ext.kotlin_version = '1.4.30'
33

44
repositories {
55
mavenCentral()

0 commit comments

Comments
 (0)