Kirill Rozov
06/19/2020, 12:00 PMCedric Dupin
06/30/2020, 3:35 PMhenrikhorbovyi
06/30/2020, 3:41 PMhenrikhorbovyi
07/08/2020, 8:09 PMNikola Milovic
07/17/2020, 5:22 PMJeziel Lago
08/06/2020, 2:00 PMcreate
method in `CheckModulesDSL`: https://github.com/InsertKoinIO/koin/pull/863
This solve my problem exposing internal implementations for check DAG in my test of all koin modules.Fabio
08/07/2020, 10:53 AMJeziel Lago
08/18/2020, 1:09 PMOmar Mainegra
08/27/2020, 3:50 PMandroid.arch.lifecycle
with androidx.lifecycle
?sebastien.rouif
09/04/2020, 3:25 PMgetKoin()
and koin
?
ScopeActivity
uses getKoin()
in its code whereas ScopeFragment
directly uses koin
, should we make the code consistent ?arnaud.giuliani
09/09/2020, 7:00 AMsebastien.rouif
09/11/2020, 10:55 AM2.2.0-beta-1
, I’m running some tests extending AutoCloseKoinTest
, I get an error “This class does not have a constructor” to avoid it I need to add constructor() : super()
so that it passes. This was fine in 2.2.0-alpha-1
timrijckaert
10/01/2020, 12:00 PMsebastien.rouif
10/02/2020, 1:10 PMJavier
10/02/2020, 1:13 PMarnaud.giuliani
10/02/2020, 1:25 PMOmar Mainegra
10/06/2020, 5:12 PM2.2.0-rc-1
) but I got some crashestynn
10/07/2020, 5:06 PM> Could not find androidx.compose.compiler:compiler:1.0.0-alpha03.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/androidx/compose/compiler/compiler/1.0.0-alpha03/compiler-1.0.0-alpha03.pom
- https://jcenter.bintray.com/androidx/compose/compiler/compiler/1.0.0-alpha03/compiler-1.0.0-alpha03.pom
Required by:
project :koin-androidx-compose
arnaud.giuliani
10/13/2020, 1:47 PMJeziel Lago
10/15/2020, 5:20 PMKoinComponent
requires @KoinApiExtension
annotation (OptIn)? And what the purpose? Thanks 😅.Javier
10/26/2020, 10:51 AM@Composable
functions with Koin. An use case is abstracting the navigation to use the same interface for a Multiplatform project.Zimri Leisher
11/09/2020, 1:20 AMJintin
11/30/2020, 4:32 AMJintin
11/30/2020, 4:33 AMbobby
12/28/2020, 4:04 AMsingle{}
? The reason I’m asking this is because when creating EncryptedSharedPreferences
object using single{}
, sometimes it’s throw an Exception, and I want to catch that, prevent the crash app on user side, thanksRyan
12/31/2020, 4:37 PMarnaud.giuliani
01/19/2021, 1:19 PM3.0.1
branch is pushedarnaud.giuliani
01/22/2021, 1:38 PMgammax
02/05/2021, 12:12 PMarnaud.giuliani
02/15/2021, 9:00 PMarnaud.giuliani
02/15/2021, 9:00 PMJavier
02/15/2021, 9:14 PMarnaud.giuliani
02/16/2021, 8:43 AMJavier
02/16/2021, 8:51 AMdigital.wup:android-maven-publish
arnaud.giuliani
02/16/2021, 9:08 AMdigital.wup:android-maven-publish
is now deprecated