Skip to content
Snippets Groups Projects
Verified Commit b558b410 authored by Jan-Niclas Strüwer's avatar Jan-Niclas Strüwer
Browse files

dep: added kotlinx serialization as a dependency to kpi-calculator/model to be...

dep: added kotlinx serialization as a dependency to kpi-calculator/model to be able to provide Serializable data models
parent 812d0031
No related branches found
No related tags found
1 merge request!21Extract KPI logic to Library
Pipeline #65417 passed
[versions]
kotlin = "2.0.0"
kotlinxSerialization = "1.7.1"
[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
kotlin-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerialization" }
[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
plugins {
alias(libs.plugins.kotlin)
alias(libs.plugins.serialization)
}
group = "de.fraunhofer.iem.kpiCalculator"
......@@ -10,6 +11,7 @@ repositories {
}
dependencies {
implementation(libs.kotlin.serialization.json)
testImplementation(libs.kotlin.test)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.