From 463de75b455543fe387e31efbdd92a1f2693eba3 Mon Sep 17 00:00:00 2001 From: Drew Heavner Date: Fri, 13 Sep 2024 14:42:10 -0400 Subject: [PATCH] Update README.md Added kotlin-inject version widget to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 134838d..993dd28 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,9 @@ Checkout the [:circuit](circuit/README.md) subproject for an example of this. [![Maven Central](https://img.shields.io/maven-central/v/com.r0adkll.kimchi/kimchi-compiler.svg)](https://search.maven.org/search?q=g:com.r0adkll.kimchi) [![Sonatype Snapshot](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.r0adkll.kimchi/kimchi-compiler.svg)](https://oss.sonatype.org/content/repositories/snapshots/com/r0adkll/kimchi/) +**kotlin-inject** +[![Maven Central](https://img.shields.io/maven-central/v/me.tatarka.inject/kotlin-inject-runtime.svg)](https://search.maven.org/search?q=g:me.tatarka.inject) + **`build.gradle.kts`** ```kotlin