Skip to content

Commit

Permalink
Update Kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
tschuchortdev committed Dec 18, 2020
1 parent 7725cab commit 42687db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Add dependency to your module's `build.gradle` file:
```Groovy
dependencies {
// ...
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.1'
implementation 'com.github.tschuchortdev:kotlin-compile-testing:1.3.2'
}
```

Expand All @@ -108,7 +108,7 @@ Kotlin-Compile-Testing is compatible with all _local_ compiler versions. It does

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.

- Current `kotlin-compiler-embeddable` version: `1.4.10`
- Current `kotlin-compiler-embeddable` version: `1.4.21`

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

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

```Groovy
dependencies {
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.1'
implementation 'com.github.tschuchortdev:kotlin-compile-testing-ksp:1.3.2'
}
```

Expand Down
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ allprojects {
group 'com.github.tschuchortdev'

buildscript {
ext.kotlin_version = '1.4.10'

repositories {
mavenCentral()
jcenter()
Expand Down

0 comments on commit 42687db

Please sign in to comment.