We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59803c commit 0694934Copy full SHA for 0694934
build.gradle.kts
@@ -890,6 +890,7 @@ project(":exts:devins-lang") {
890
891
implementation("com.jayway.jsonpath:json-path:2.9.0")
892
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0")
893
+ implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.7.1")
894
implementation(project(":mpp-core"))
895
implementation(project(":core"))
896
}
0 commit comments