chore: compile issue fix.
All checks were successful
Check PR code / Lint (pull_request) Successful in 1m10s
Check PR code / build (pull_request) Successful in 9m57s

This commit is contained in:
Amine Bouabdallaoui 2024-12-30 15:07:35 +01:00
parent 63da3b9fe7
commit c25ad7621e
2 changed files with 2 additions and 10 deletions

View File

@ -2,12 +2,8 @@ package bou.amine.apps.readerforselfossv2.utils
actual class DateUtils {
actual companion object {
actual fun parseDate(dateString: String): Long {
TODO("Not yet implemented")
}
actual fun parseRelativeDate(dateString: String): String {
TODO("Not yet implemented")
}
}
}
}

View File

@ -2,12 +2,8 @@ package bou.amine.apps.readerforselfossv2.utils
actual class DateUtils {
actual companion object {
actual fun parseDate(dateString: String): Long {
TODO("Not yet implemented")
}
actual fun parseRelativeDate(dateString: String): String {
TODO("Not yet implemented")
}
}
}
}