Skip to content

Commit

Permalink
feat: update plugin and README
Browse files Browse the repository at this point in the history
  • Loading branch information
EdmonDantes committed Aug 27, 2023
1 parent c6c8f3c commit 9c6e2cf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Simple utilities for kotlinx.serialization
[![Maven Central](http://img.shields.io/maven-central/v/io.github.edmondantes/simple-kotlinx-serialization-utils?color=green&style=flat-square)](https://search.maven.org/search?q=g:io.github.edmondantes%20a:simple-kotlinx-serialization-utils)
[![GitHub](http://img.shields.io/github/license/edmondantes/simple-kotlinx-serialization-utils?style=flat-square)](https://github.com/EdmonDantes/simple-kotlinx-serialization-utils)
[![Kotlin](https://img.shields.io/badge/kotlin-1.8.0-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![GitHub](http://img.shields.io/github/license/Simple-Kotlin-Project/simple-kotlinx-serialization-utils?style=flat-square)](https://github.com/Simple-Kotlin-Project/simple-kotlinx-serialization-utils)
[![Kotlin](https://img.shields.io/badge/kotlin-1.9.10-blue.svg?logo=kotlin)](http://kotlinlang.org)
[![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/Simple-Kotlin-Project/simple-kotlinx-serialization-utils/check.yml?branch=master&style=flat-square)](https://github.com/Simple-Kotlin-Project/simple-kotlinx-serialization-utils/actions/workflows/check.yml)

Small library which provide some utilities for [koltinx.serialization](https://github.com/Kotlin/kotlinx.serialization)

Expand All @@ -15,14 +16,14 @@ Small library which provide some utilities for [koltinx.serialization](https://g
<dependency>
<groupId>io.github.edmondantes</groupId>
<artifactId>simple-kotlinx-serialization-utils</artifactId>
<version>0.4.1</version>
<version>${simple_library_version}</version>
</dependency>
```
#### Gradle (kotlin)
```kotlin
implementation("io.github.edmondantes:simple-kotlinx-serialization-utils:0.4.1")
implementation("io.github.edmondantes:simple-kotlinx-serialization-utils:${simple_library_version}")
```
#### Gradle (groovy)
```groovy
implementation "io.github.edmondantes:simple-kotlinx-serialization-utils:0.4.1"
implementation "io.github.edmondantes:simple-kotlinx-serialization-utils:${simple_library_version}"
```
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1024m -XX:MaxMetaspaceSize=512m

simple.kmm.kotlin.configuration.enabled=true
simple.kmm.kotlin.serialization.plugin.enabled=true
simple.kmm.kotlin.explicit.api.enable=true
simple.kmm.kotlin.explicit.api.enabled=true

simple.kmm.kotlin.compile.target.jvm.enabled=true
simple.kmm.kotlin.compile.target.js.enabled=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.version.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
simplekmm = "0.6.0"
simplekmm = "0.6.1"


[plugins]
Expand Down

0 comments on commit 9c6e2cf

Please sign in to comment.