Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kotlin-core

This package is not Android-specific, and can be used across platforms. However, for a good example of use in Android, take a look at [kotlin-components-starter](https://github.com/UnknownJoe796/kotlin-components-starter).
This package is not Android-specific and can be used across platforms. However, for a good example of use in Android, take a look at [kotlin-components-starter](https://github.com/UnknownJoe796/kotlin-components-starter).

This package is meant to contain a collection of useful extensions on both the standard library and the Java standard library.

Expand All @@ -17,7 +17,7 @@ This package is meant to contain a collection of useful extensions on both the s

## Overall Philosophy

*Minimality:* When possible, these libraries don't create new structure. Instead, they use extension functions to let you use current objects and classes in a more convenient and expected way.
*Minimality:* When possible, these libraries don't create a new structure. Instead, they use extension functions to let you use current objects and classes in a more convenient and expected way.

*Complete reuse:* Everything that is commonly used should be included, preferably as an inline
extension function to reduce the app's method count.
Expand Down