Skip to content

Commit

Permalink
Repository renamed to extkt
Browse files Browse the repository at this point in the history
  • Loading branch information
lsafer-meemer committed Oct 14, 2024
1 parent c75a202 commit 1e76636
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
16 changes: 4 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Cufyorg: Serialization [![](https://jitpack.io/v/org.cufy/serialization.svg)](https://jitpack.io/#org.cufy/serialization)
# Kotlin Extensions [![](https://jitpack.io/v/org.cufy/extkt.svg)](https://jitpack.io/#org.cufy/extkt)

Serialization Extensions and Serializers for enhancing partial encoding and decoding
that uses no object mapping.

> NOTE: `PED` is deprecated and will be moved to its own project in the future
> JSON and BSON extensions are enough for straightforward partial encoding/decoding experience
> NOTE: `crypto` is under construction
Kotlin Extensions for enhancing partial encoding and decoding that uses no object mapping.

### Install

Expand All @@ -22,9 +16,7 @@ repositories {

dependencies {
// Replace TAG with the desired version
implementation("org.cufy.serialization:cufyorg-bson:TAG")
implementation("org.cufy.serialization:cufyorg-json:TAG")
implementation("org.cufy.serialization:cufyorg-PED-core:TAG")
implementation("org.cufy.serialization:cufyorg-PED-bson:TAG")
implementation("org.cufy.extkt:extkt-crypto:TAG")
implementation("org.cufy.extkt:extkt-json:TAG")
}
```
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ plugins {
}

group = "org.cufy"
version = "2.0.0"

tasks.wrapper {
gradleVersion = "8.2.1"
}

subprojects {
group = "org.cufy.serialization"
group = "org.cufy.extkt"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}
}

rootProject.name = "cufyorg-serialization"
rootProject.name = "extkt"

val moduleNamePrefix = "module-"
for (file in rootDir.listFiles().orEmpty()) {
Expand Down

0 comments on commit 1e76636

Please sign in to comment.