diff --git a/README.md b/README.md index 1c4d990..0312bfc 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,9 @@ Because library uses undocumented compiler api that often changes each library v | DI.kt version | Supported kotlin versions | |---------------|----------------------------------| +| 1.1.0-alpha6 | 1.8.20 (k2 with new api) | | 1.1.0-alpha5 | 1.8.0 - 1.8.10 (k2 with new api) | +| 1.0.4 | 1.8.20 (k2 with hacks) | | 1.0.3 | 1.8.0 - 1.8.10 (k2 with hacks) | | 1.0.2 | 1.7.0 - 1.7.21 | | 1.0.1 | 1.6.2x | diff --git a/gradle.properties b/gradle.properties index 32f8fbe..9de1086 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ kotlin_version=1.8.20 # don't forget to update DiktGradlePlugin dikt_version=1.1.0-alpha6 VERSION_NAME=1.1.0-alpha6 -dikt_sample_version=1.1.0-alpha5 +dikt_sample_version=1.1.0-alpha6 GROUP=io.github.sergeshustoff.dikt