From 0cfdc8f6eda07a6c080709117371eeb3b79904b3 Mon Sep 17 00:00:00 2001 From: morihiro Date: Sun, 26 Feb 2017 08:16:23 +0900 Subject: [PATCH] Add config4k as kotlin wrapper in README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06a5792a..9f72b367 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ to merge it in. - [Java (yep!) wrappers for the Java library](#java-yep-wrappers-for-the-java-library) - [Scala wrappers for the Java library](#scala-wrappers-for-the-java-library) - [Clojure wrappers for the Java library](#clojure-wrappers-for-the-java-library) + - [Kotlin wrappers for the Java library](#kotlin-wrappers-for-the-java-library) - [Scala port](#scala-port) - [Ruby port](#ruby-port) - [Puppet module](#puppet-module) @@ -850,7 +851,10 @@ format. #### Clojure wrappers for the Java library * beamly-core.config https://github.com/beamly/beamly-core.config - + +#### Kotlin wrappers for the Java library + * config4k https://github.com/config4k/config4k + #### Scala port * SHocon https://github.com/unicredit/shocon (work with both Scala and Scala.Js)