From bab7368e38b6c11e74389221184cbf4cf07cc87d Mon Sep 17 00:00:00 2001 From: Ugljesa Jovanovic Date: Wed, 24 Feb 2021 17:53:30 +0100 Subject: [PATCH] kts snapshot instrucitons --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 66b5e9a..513b1ec 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,7 @@ implementation("com.ionspin.kotlin:multiplatform-crypto-lisodium-bindings:0.8.1" #### Snapshot builds ```kotlin repositories { - maven { - url = uri("https://oss.sonatype.org/content/repositories/snapshots") - } + maven("https://oss.sonatype.org/content/repositories/snapshots") } implementation("com.ionspin.kotlin:multiplatform-crypto-lisodium-bindings:0.8.2-SNAPSHOT ")