Add assertk library
This commit is contained in:
parent
b986cd98d9
commit
bcc87b82c4
@ -1,5 +1,6 @@
|
|||||||
val versions = mapOf(
|
val versions = mapOf(
|
||||||
"kotlinx-datetime" to "0.6.2"
|
"kotlinx-datetime" to "0.6.2",
|
||||||
|
"assertk" to "0.28.1",
|
||||||
)
|
)
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
@ -35,12 +36,13 @@ kotlin {
|
|||||||
}
|
}
|
||||||
commonTest.dependencies {
|
commonTest.dependencies {
|
||||||
implementation(libs.kotlin.test)
|
implementation(libs.kotlin.test)
|
||||||
|
implementation("com.willowtreeapps.assertk:assertk:${versions["assertk"]}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
Re namespace = "org.tle.astrologylibrary"
|
namespace = "org.tle.astrologylibrary"
|
||||||
compileSdk = 35
|
compileSdk = 35
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 24
|
minSdk = 24
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user