Miguel Aragues

Results 18 comments of Miguel Aragues

I made it work with this configuration in my SDK (KMP project) ```kotlin commonMain.dependencies { api("pro.streem.pbandk:pbandk-runtime:0.14.3") { exclude(group = "pro.streem.pbandk", module = "pbandk-protos") } compileOnly("pro.streem.pbandk:pbandk-protos:0.14.3") } ``` Now my projects...

http://developer.android.com/tools/studio/index.html Also, Android now uses Gradle as its build system

Hi ahorn, I'm afraid I've decided to not use your library, since it wasn't parsing correctly a RSS feed. Still, if you open the project with Android Studio, it shouldl...

Oh, actually I messed up and I am using your library, only I'm not trying to parcel items :-) I ditched another one (https://github.com/Pkmmte/PkRSS) that did have parsing problems. If...

This week i may have time, sorry for the delay El 8/8/2015 0:35, "ahorn" [email protected] escribió: > Hi there, I hope this finds you well. May I close this issue?...

Hi, unfortunately Android Studio does not convert the project automatically, thus I should devote more time than I can allocate. Anyway this should be a very straightforward implementation. You can...

@radzio the idea is to inject the ViewModel.Factory that'll be responsible for creating the ViewModel A possible approach is to provide the ViewModelProvider.Factory in each Activity/Fragment module, which you can...

Wow, this is still not supported after 4 years? When `configureOnDemand=true`, If I run these commands one after the other, the group of the `-domain` dependency is not resolved and...