Results 76 comments of Jakub Syty

Great, it would be awesome to use `stream-log` in shared module and then just use proper sink on any of the platforms :)

@evant Are you open for contributions to this repository as extensions to kotlin-inject? This way such features would not be a separate entity, but could stay separate as another modules....

Sure, we can take this discussion to kotlin slack for example :). For starters i would like to add `ContributesMultibinding` and `ContributesBinding`, since making that will almost fully eliminate the...

Ok, i see now that's problem with carrierwave. But why is model using only paperclip function?

I found crash reason, just not sure why is that happening. ``` var stream = File.OpenRead(xmlPath); using (var reader = XmlReader.Create(stream)) { stream.Seek(0, SeekOrigin.Begin); // this line crashes everything reader.ReadToFollowing("MPD");...

Hi @EvAlex , that number was generated by website which i got source from. I'm not sure what it means, maybe some kind of checksum for security. I dropped the...

@PatilShreyas This still seems to be an issue, but another one. On this branch i have configuration cache enabled: https://github.com/jakoss/AndroidArchitectureTemplate/blob/feature/compose-compiler-html-reports/gradle.properties When i try to run `./gradlew :features:longaction:impl:releaseComposeCompilerHtmlReport` it failes with...

Using KSP for separate kotlin module would be awesome, but I know that might be huge amount of work to maintain both processors