From 4836cb9475b45062029c855e0dae97e56e62fc6a Mon Sep 17 00:00:00 2001 From: Romain BOISSELLE Date: Sun, 1 Jan 2023 14:47:40 +0100 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c1fbc99..78cc5285 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ KODEIN -[![Kotlin](https://img.shields.io/badge/Kotlin-1.7.20-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org) +[![Kotlin](https://img.shields.io/badge/Kotlin-1.8.0-blue.svg?style=flat&logo=kotlin)](https://kotlinlang.org) [![Maven Central](https://img.shields.io/maven-central/v/org.kodein.di/kodein-di)](https://mvnrepository.com/artifact/org.kodein.di/kodein-di) ![Github Actions](https://github.com/kosi-libs/Kodein/workflows/build%20and%20publish%20a%20snapshot/badge.svg) [![MIT License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/kosi-libs/Kodein/blob/master/LICENSE.txt) @@ -63,6 +63,7 @@ Kotlin & JVM compatibility | Kodein | Kotlin | JDK | Compose | |:-----------:|:------:|:-------:|:------------------:| +| 7.17.0 | 1.8.0 | min 1.8 | No | | 7.16.0 | 1.7.20 | min 1.8 | Compatible | | 7.15.1 | 1.7.20 | min 1.8 | Compatible (no JS) | | 7.15.0 | 1.7.20 | min 1.8 | No |