Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Commit

Permalink
My name is Klio!
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain BOISSELLE committed Jun 29, 2022
1 parent 56f2106 commit fca7869
Show file tree
Hide file tree
Showing 579 changed files with 216 additions and 218 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ plugins {

allprojects {
group = "org.kodein.memory"
version = "0.11.0"

repositories {
mavenCentral()
}
version = "0.12.0"
}

val kotlinxSerializationVer by extra { "1.3.2" }
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ org.gradle.parallel = true
kotlin.native.ignoreDisabledTargets = true
kotlin.incremental.multiplatform = true
kotlin.parallel.tasks.in.project = true
#kotlin.mpp.enableGranularSourceSetsMetadata = true
kotlin.native.enableDependencyPropagation = false
kotlin.mpp.hierarchicalStructureSupport=false
kotlin.mpp.stability.nowarn=true

# Android
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kodein {
}

common.main.dependencies {
api(project(":kodein-memory"))
api(project(":klio"))
}

add(kodeinTargets.jvm.jvm) {
Expand Down Expand Up @@ -54,6 +54,6 @@ kodein {
}

kodeinUpload {
name = "Kodein-Memory-Crypto"
description = "Kodein Crypto Library"
name = "Klio-Crypto"
description = "Kotlin Multiplatform Crypto Library"
}
Loading

0 comments on commit fca7869

Please sign in to comment.