Skip to content

Commit 2dff2c9

Browse files
committed
Release 1.4.2
1 parent 9d29c2e commit 2dff2c9

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
@@ -94,7 +94,7 @@ Add dependency to your module's `build.gradle` file:
9494
```Groovy
9595
dependencies {
9696
// ...
97-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.1'
97+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.2'
9898
}
9999
```
100100

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

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

109-
- Current `kotlin-compiler-embeddable` version: `1.5.0`
109+
- Current `kotlin-compiler-embeddable` version: `1.5.10`
110110

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

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

119119
```Groovy
120120
dependencies {
121-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.1'
121+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.2'
122122
}
123123
```
124124

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.2-SNAPSHOT
6+
VERSION_NAME=1.4.2
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)