Osman Saral

Results 31 comments of Osman Saral

Is this related to what I've encountered? I can't `get` from ios if the dependency is defined with interface: ```kotlin single { TokenSourceImpl() } //this doesn't work single { TokenSourceImpl()...

My issue was not related to this. I needed to use `ObjCProtocol` instead, if anyone is interested.

`objCProtocol` instead of `objCClass` as parameter name

@elrumo your spark icon looks great now 👍

I just found out smoothscroll from @techtheist's screenshots and it's awesome :) @elrumo just an idea, Maybe you should make most downloaded sort option. It's a great way to discover...

Are they also fixed in the website? I can use telegram and transmission icons :)

@terrakok how can I get previous screen within a bottomsheet screen? items.size is 1 in that bottomsheet obviously.

I'm sorry I couldn't understand what you mean by that.

navigator?.parent is null if you meant that.

Hi, I'm also looking into this issue. Since then, I'm just trying to inject a string dependency from Swift side. I'm doing this for the Android side for referance: `single(named("BASE_URL"))...