update dependencies

This commit is contained in:
2025-09-28 12:51:03 +06:00
parent fda82d4630
commit 2c5eb625ef
2 changed files with 2 additions and 6 deletions

View File

@@ -34,9 +34,3 @@ dependencies {
// Use JUnit test framework
testImplementation 'junit:junit:4.12'
}
compileKotlin {
kotlinOptions {
freeCompilerArgs = [ disableImplicitReflectionSerializerAnnotation ]
}
}

View File

@@ -5,6 +5,8 @@ kotlin_serialisation_runtime_version=1.2.0
joda_time_version=2.10.1
ktor_version=1.1.4
android.useAndroidX=true
gradle_bintray_plugin_version=1.8.4
disableImplicitReflectionSerializerAnnotation=-Xexperimental=kotlinx.serialization.ImplicitReflectionSerializer