-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KMM :: Internal :: Add arrow library
- Loading branch information
1 parent
f914802
commit a12e74f
Showing
11 changed files
with
49 additions
and
227 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,7 @@ subprojects { | |
} | ||
|
||
ktlint { | ||
version.set("0.50.0") | ||
verbose.set(true) | ||
outputToConsole.set(true) | ||
filter { | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Android config | ||
const val android_min_sdk_version = 21 | ||
const val android_target_sdk_version = 33 | ||
const val android_target_sdk_version = 34 | ||
|
||
|
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
136 changes: 0 additions & 136 deletions
136
harmony-kotlin/src/commonMain/kotlin/com/harmony/kotlin/common/either/Either.kt
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
harmony-kotlin/src/commonMain/kotlin/com/harmony/kotlin/common/either/EitherExtensions.kt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
harmony-kotlin/src/commonMain/kotlin/com/harmony/kotlin/common/either/EitherUtils.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
Oops, something went wrong.