mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-08 01:58:52 -06:00
Compare commits
2 Commits
9f66a27b82
...
f4e5b68258
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f4e5b68258 | ||
|
|
5df3ee0d61 |
@@ -4,7 +4,7 @@ plugins {
|
||||
id("org.jetbrains.kotlin.android") version kotlinVersion apply (false)
|
||||
id("org.jetbrains.kotlin.kapt") version kotlinVersion apply (false)
|
||||
id("org.jetbrains.kotlin.multiplatform") version kotlinVersion apply (false)
|
||||
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
|
||||
id("org.jlleitschuh.gradle.ktlint") version "11.5.1"
|
||||
}
|
||||
|
||||
apply {
|
||||
|
||||
@@ -50,7 +50,7 @@ kotlin {
|
||||
implementation("com.google.code.findbugs:jsr305:3.0.2")
|
||||
implementation("com.opencsv:opencsv:5.7.1")
|
||||
implementation("commons-codec:commons-codec:1.15")
|
||||
implementation("org.apache.commons:commons-lang3:3.12.0")
|
||||
implementation("org.apache.commons:commons-lang3:3.13.0")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user