Skip to content

Commit f54468b

Browse files
committed
Release 1.4.3
1 parent 227be96 commit f54468b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Add dependency to your module's `build.gradle` file:
9595
```Groovy
9696
dependencies {
9797
// ...
98-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.2'
98+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.3'
9999
}
100100
```
101101

@@ -107,7 +107,7 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does
107107

108108
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.
109109

110-
- Current `kotlin-compiler-embeddable` version: `1.5.10`
110+
- Current `kotlin-compiler-embeddable` version: `1.5.21`
111111

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

@@ -119,7 +119,7 @@ To test KSP processors, you need to use the KSP dependency:
119119

120120
```Groovy
121121
dependencies {
122-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.2'
122+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.3'
123123
}
124124
```
125125

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin.code.style=official
33
kotlin.incremental=false
44

55
GROUP=com.github.tschuchortdev
6-
VERSION_NAME=1.4.3-SNAPSHOT
6+
VERSION_NAME=1.4.3
77
POM_DESCRIPTION=A library that enables testing of Kotlin annotation processors, compiler plugins and code generation.
88
POM_INCEPTION_YEAR=2019
99
POM_URL=https\://github.com/tschuchortdev/kotlin-compile-testing

0 commit comments

Comments
 (0)