openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
K
Koin
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 7 hours
ago. based on code collected
about 7 hours
ago.
Sep 23, 2024 — Sep 23, 2025
Showing page 13 of 111
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
[Maintenance] removal of OptIn and Suppress conflicts resolved
Grzegorz Bobryk
More...
11 months ago
[Maintenance] performance `forEach` on range - conflicts resolved
Grzegorz Bobryk
More...
11 months ago
[Maintenance] performance `forEach` on range - conflicts resolved
Grzegorz Bobryk
More...
11 months ago
Merge branch 'InsertKoinIO:main' into main
GrzegorzBobryk
More...
11 months ago
Merge pull request #2035 from InsertKoinIO/fix_KoinApplication_instance
Arnaud Giuliani
More...
11 months ago
Fix KoinApplication to create the right Global context
Arnaud Giuliani
More...
11 months ago
Bump to 4.0.1-Beta1
Arnaud Giuliani
More...
11 months ago
Update Quickstarts
Arnaud Giuliani
More...
11 months ago
fix(SLF4JLogger): add missing mapping for WARNING level
Andrei Nevedomskii
More...
11 months ago
[Documentation] Versions table fix - Whitespaces in snippets;
Grzegorz Bobryk
More...
12 months ago
[Documentation] Versions table fix - Icon for `koin-core-viewmodel-navigation` fixed; - Missing `koin-test-junit5` added; - Table formatting fix;
Grzegorz Bobryk
More...
12 months ago
Update kotlin.md - fix typo
Anton Sheihman
More...
12 months ago
migration guide page
Arnaud Giuliani
More...
12 months ago
Fix syntax of Maven POM SCM connections URLs
Sebastian Schuberth
More...
12 months ago
Fixed typo in dsl.md
Ifeoma Okereke
More...
12 months ago
[Maintenance] removal of OptIn and Suppress Removal of redundant usages of `@OptIn`and `@Suppress` annotations
Grzegorz Bobryk
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.
Grzegorz Bobryk
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.
Grzegorz Bobryk
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)
Grzegorz Bobryk
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)
Grzegorz Bobryk
More...
about 1 year ago
[Maintenance] simplify `all` to `none` We can avoid negation in lambda by using `none` instead of `all`.
Grzegorz Bobryk
More...
about 1 year ago
[Maintenance] simplify `all` to `none` We can avoid negation in lambda by using `none` instead of `all`.
Grzegorz Bobryk
More...
about 1 year ago
fix api checks
Arnaud Giuliani
More...
about 1 year ago
bump to 4.0.0
Arnaud Giuliani
More...
about 1 year ago
Merge pull request #1916 from GabrielBrasileiro/patch-1
Arnaud Giuliani
More...
about 1 year ago
Merge pull request #1865 from dragetd/patch-1
Arnaud Giuliani
More...
about 1 year ago
Merge pull request #1912 from JunJaBoy/patch-1
Arnaud Giuliani
More...
about 1 year ago
Merge pull request #1909 from igorwojda/patch-2
Arnaud Giuliani
More...
about 1 year ago
Merge pull request #1913 from JunJaBoy/patch-2
Arnaud Giuliani
More...
about 1 year ago
Merge pull request #1914 from jpicklyk/patch-1
Arnaud Giuliani
More...
about 1 year ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
110
111
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree