김민규(Mingyu Kim)

Results 10 comments of 김민규(Mingyu Kim)

[I made a small reproduction sample.](https://github.com/zmunm/versioning-sample) This is not the smallest reproduction sample, but I thought it should convey my situation exactly. When I checked while reproducing, it seems that...

Same issue as me but connected PR didn't work for me In my project, I am using Fresco and I don't have much time, so I solved it by changing...

Hello. It's a good day to code I used OutlineProvider and everything is happy now. Attach some of the code created for databinding. ```kotlin @BindingAdapter("roundOutlineRadius") fun View.setRoundOutlineRadiusBinding(roundOutlineRadius: Float) { outlineProvider...

I am using kapt and have the same problem.

I think it has something to do with #273 and #193. It seems that there is a case where the `default style` created before is not deleted, but it is...

it seems to be the same problem as #937. I'm also struggling with this problem, and I hope it gets resolved quickly.

I used `Parameterized` first and needed `Robolectric`, so I was looking for a way. So I want the result of Parameterized, but I don't think this is the only correct...

I agree that this case feels `standard` by asking users to put `fun` before actually using it. and it can be false positive for interfaces that are always implemented What...

I understand that there are concerns about setting automatic bundling as the default option. However, this feature was needed within our team, so I’m documenting our implementation here for anyone...