From a8255f539080092e803cf8ea4261e9d02a7190b8 Mon Sep 17 00:00:00 2001 From: Jared Rummler Date: Mon, 28 Oct 2024 15:00:32 -0700 Subject: [PATCH] Update README.md --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b874df0..1d7927f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@
-

KFlect 1.0.0-beta

-

Kotlin Reflection Library

+KFlect +
+ +
Style Guide-Kotlin @@ -11,11 +13,6 @@ Android | JVM
---- - -
-KFlect -
KFlect is a Kotlin library that provides dynamic access to class members. It enables you to inspect and manipulate classes at runtime, including private members, companion objects, and extension functions. This can be useful for testing, debugging, and advanced programming techniques. @@ -27,7 +24,7 @@ Add the following to your `build.gradle.kts` in your project: ```kotlin dependencies { - implementation("io.goatbytes:kflect:0.1.0-beta") + implementation("io.goatbytes:kflect:1.0.2") } ```