0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 7 hours ago.
Sep 23, 2024 — Sep 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Maintenance] removal of OptIn and Suppress conflicts resolved More... 11 months ago
[Maintenance] performance `forEach` on range - conflicts resolved More... 11 months ago
[Maintenance] performance `forEach` on range - conflicts resolved More... 11 months ago
Merge branch 'InsertKoinIO:main' into main More... 11 months ago
Merge pull request #2035 from InsertKoinIO/fix_KoinApplication_instance More... 11 months ago
Fix KoinApplication to create the right Global context More... 11 months ago
Bump to 4.0.1-Beta1 More... 11 months ago
Update Quickstarts More... 11 months ago
fix(SLF4JLogger): add missing mapping for WARNING level More... 11 months ago
[Documentation] Versions table fix - Whitespaces in snippets; More... 12 months ago
[Documentation] Versions table fix - Icon for `koin-core-viewmodel-navigation` fixed; - Missing `koin-test-junit5` added; - Table formatting fix; More... 12 months ago
Update kotlin.md - fix typo More... 12 months ago
migration guide page More... 12 months ago
Fix syntax of Maven POM SCM connections URLs More... 12 months ago
Fixed typo in dsl.md More... 12 months ago
[Maintenance] removal of OptIn and Suppress Removal of redundant usages of `@OptIn`and `@Suppress` annotations More... about 1 year ago
[Maintenance] replace `listOf()` with `emptyList()` Refactored code to use `emptyList()` instead of `listOf()` for empty list initialization to improve readability. More... about 1 year ago
[Maintenance] replace `listOf()` with `emptyList()` Refactored code to use `emptyList()` instead of `listOf()` for empty list initialization to improve readability. More... about 1 year ago
[Maintenance] performance `forEach` on range - `forEach` function [Performs the given operation on each element of this Iterator.](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/for-each.html). - `for` loop [A for loop over a range or an array is compiled to an index-based loop that does not create an iterator object.](https://kotlinlang.org/docs/control-flow.html#for-loops) More... about 1 year ago
[Maintenance] performance `forEach` on range - `forEach` function [Performs the given operation on each element of this Iterator.](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/for-each.html). - `for` loop [A for loop over a range or an array is compiled to an index-based loop that does not create an iterator object.](https://kotlinlang.org/docs/control-flow.html#for-loops) More... about 1 year ago
[Maintenance] simplify `all` to `none` We can avoid negation in lambda by using `none` instead of `all`. More... about 1 year ago
[Maintenance] simplify `all` to `none` We can avoid negation in lambda by using `none` instead of `all`. More... about 1 year ago
fix api checks More... about 1 year ago
bump to 4.0.0 More... about 1 year ago
Merge pull request #1916 from GabrielBrasileiro/patch-1 More... about 1 year ago
Merge pull request #1865 from dragetd/patch-1 More... about 1 year ago
Merge pull request #1912 from JunJaBoy/patch-1 More... about 1 year ago
Merge pull request #1909 from igorwojda/patch-2 More... about 1 year ago
Merge pull request #1913 from JunJaBoy/patch-2 More... about 1 year ago
Merge pull request #1914 from jpicklyk/patch-1 More... about 1 year ago