Skip to content

Commit

Permalink
Remove 'collections' module
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt committed Dec 11, 2020
1 parent 87a24e0 commit 8fab85e
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 427 deletions.
31 changes: 9 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
[![codecov](https://codecov.io/gh/JuulLabs/tuulbox/branch/main/graph/badge.svg?token=24ilSLPwN2)](https://codecov.io/gh/JuulLabs/tuulbox)

Toolbox of utilities/helpers for Kotlin development.

# Tuulbox

- [`collections`](collections) - Tools/utilities for [Collections]
![badge][badge-jvm]

- [`coroutines`](coroutines) - Tools/utilities for [Coroutines]
![badge][badge-js]
![badge][badge-jvm]
![badge][badge-mac]
[![codecov](https://codecov.io/gh/JuulLabs/tuulbox/branch/main/graph/badge.svg?token=24ilSLPwN2)](https://codecov.io/gh/JuulLabs/tuulbox)

- [`logging`](logging) - Multiplatform logging library.
![badge][badge-js]
![badge][badge-jvm]
![badge][badge-mac]
Toolbox of utilities/helpers for Kotlin development.

- [`functional`](functional) - Tools/utilities for manipulating functions
![badge][badge-js]
![badge][badge-jvm]
![badge][badge-mac]
# Tuulbox

- [`test`](test) - Utilities for test suites
![badge][badge-js]
![badge][badge-jvm]
![badge][badge-mac]
| Module | Description |
|----------------------------|---------------------------------------------|
| [`coroutines`](coroutines) | Tools/utilities for [Coroutines]. |
| [`logging`](logging) | Multiplatform logging library. |
| [`functional`](functional) | Tools/utilities for manipulating functions. |
| [`test`](test) | Utilities for test suites. |

# License

Expand Down
61 changes: 0 additions & 61 deletions collections/README.md

This file was deleted.

28 changes: 0 additions & 28 deletions collections/api/collections.api

This file was deleted.

37 changes: 0 additions & 37 deletions collections/build.gradle.kts

This file was deleted.

15 changes: 0 additions & 15 deletions collections/src/commonTest/kotlin/ReceiveChannel.kt

This file was deleted.

112 changes: 0 additions & 112 deletions collections/src/jvmMain/kotlin/FlowMutableMap.kt

This file was deleted.

Loading

0 comments on commit 8fab85e

Please sign in to comment.