chore: compile issue fix.

This commit is contained in:
AmineB committed 2024-12-30 15:07:35 +01:00
1 parent 63da3b9fe7
commit c25ad7621e
2 files changed
+2 -10

No files matched your search

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