Skip to content

Commit

Permalink
My name is Canard
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Jun 27, 2022
1 parent bee46c7 commit 7084a66
Show file tree
Hide file tree
Showing 38 changed files with 2,013 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.log"
version = "0.13.0"
version = "0.14.0"
}
4 changes: 2 additions & 2 deletions kodein-log/build.gradle.kts → canard/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ kodein {
val datetimeMain by sourceSets.creating {
dependsOn(common.main)
dependencies {
api("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")
}
}

add(kodeinTargets.jvm.jvm) {
main.dependsOn(datetimeMain)
target.setCompileClasspath()
main.dependencies {
implementation("org.slf4j:slf4j-api:1.7.30")
implementation("org.slf4j:slf4j-api:1.7.36")
compileOnly(rootProject.files("libs/android-log.jar"))
}
}
Expand Down
2,007 changes: 2,007 additions & 0 deletions kotlin-js-store/yarn.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.17.1")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.18.0")
}
}

apply { plugin("org.kodein.settings") }

rootProject.name = "Kodein-Log"
rootProject.name = "Canard"

include(
":kodein-log",
":canard",
""
)

0 comments on commit 7084a66

Please sign in to comment.