Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Nov 15, 2023
2 parents 2541be1 + e20f1fd commit 1d257ef
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ This plugin can be used with any Kotlin project (single-, or multiplatform).

## Install

### Snapshot

This project is currently available as snapshot version only!

⚠️ The snapshot **can not be used with any Apple target**, for example macOsX64 or iosX64

To access the snapshots add the follwoing to your repository resolution:

```kotlin
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
```

### Maven Central

This project is available through `mavenCentral`
Expand All @@ -39,7 +27,7 @@ Then apply the gradle plugin to the desired project in the corresponding `build.

```kotlin
plugins {
id("dev.datlag.sekret") version "0.1.0-SNAPSHOT"
id("dev.datlag.sekret") version "0.1.0"
}
```

Expand Down

0 comments on commit 1d257ef

Please sign in to comment.