Skip to content

Commit cab5452

Browse files
committed
Release 1.4.5
1 parent c421822 commit cab5452

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Add dependency to your module's `build.gradle` file:
9797
```Groovy
9898
dependencies {
9999
// ...
100-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.4'
100+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing:1.4.5'
101101
}
102102
```
103103

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

110110
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.
111111

112-
- Current `kotlin-compiler-embeddable` version: `1.5.30`
112+
- Current `kotlin-compiler-embeddable` version: `1.5.31`
113113

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

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

122122
```Groovy
123123
dependencies {
124-
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.4'
124+
testImplementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.4.5'
125125
}
126126
```
127127

@@ -194,7 +194,7 @@ Since the kotlin compilation tests run in the same process as the test runner, t
194194

195195
## License
196196

197-
Copyright (C) 2019 Thilo Schuchort
197+
Copyright (C) 2021 Thilo Schuchort
198198

199199
Licensed under the Mozilla Public License 2.0
200200

gradle.properties

+1-1
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.5-SNAPSHOT
6+
VERSION_NAME=1.4.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)