Skip to content

Commit 42687db

Browse files
committed
Update Kotlin
1 parent 7725cab commit 42687db

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
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.1'
99+
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.2'
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.10`
111+
- Current `kotlin-compiler-embeddable` version: `1.4.21`
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.1'
123+
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.2'
124124
}
125125
```
126126

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ allprojects {
2929
group 'com.github.tschuchortdev'
3030

3131
buildscript {
32-
ext.kotlin_version = '1.4.10'
33-
3432
repositories {
3533
mavenCentral()
3634
jcenter()

0 commit comments

Comments
 (0)