-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switched to moko parcelize + fixed possible crash because `FileSystem…
….SYSTEM.list(folder)` does not work if the folder does not exist
- Loading branch information
Michael Flisar
authored and
Michael Flisar
committed
Nov 18, 2024
1 parent
5ac3f91
commit a007eb8
Showing
17 changed files
with
40 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,8 @@ kotlin { | |
// I/O | ||
implementation(deps.okio) | ||
|
||
api(deps.moko.parcelize) | ||
|
||
} | ||
} | ||
} | ||
|
3 changes: 0 additions & 3 deletions
3
library/core/src/androidMain/kotlin/com/michaelflisar/lumberjack/core/Platform.android.kt
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
library/core/src/commonMain/kotlin/com/michaelflisar/lumberjack/core/Platform.kt
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...core/src/commonMain/kotlin/com/michaelflisar/lumberjack/core/interfaces/IFileConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...e/src/commonMain/kotlin/com/michaelflisar/lumberjack/core/interfaces/IFileLoggingSetup.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
library/core/src/jvmMain/kotlin/com/michaelflisar/lumberjack/core/Platform.jvm.kt
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
library/core/src/nativeMain/kotlin/com/michaelflisar/lumberjack/core/Platform.native.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...ack/file/src/commonMain/kotlin/com/michaelflisar/lumberjack/loggers/file/FileConverter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters