Skip to content

Commit 5f93a01

Browse files
committed
Release 1.3.5
1 parent 715ec5e commit 5f93a01

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
@@ -96,7 +96,7 @@ Add dependency to your module's `build.gradle` file:
9696
```Groovy
9797
dependencies {
9898
// ...
99-
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.4'
99+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.5'
100100
}
101101
```
102102

@@ -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`
111+
- Current `kotlin-compiler-embeddable` version: `1.4.21-2`
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

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

121121
```Groovy
122122
dependencies {
123-
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.4'
123+
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.5'
124124
}
125125
```
126126

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.3.5-SNAPSHOT
6+
VERSION_NAME=1.3.5
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)