Shabinder Singh
Shabinder Singh
Compilation works fine, latest Stable Intellij + Android Studio both show red error highlightning.
Nope.
Thread with all details. https://kotlinlang.slack.com/archives/C5HT9AL7Q/p1700181390990159?thread_ts=1691432897.694099&cid=C5HT9AL7Q
Any update ? have been stuck on kotlin 1.9.10 and zipline 1.2.0, since above doesnt work. I am more than happy to provide info in any way possible or do...
After many iteration on finding out what works and what doesnt, Below Commit is what makes the difference, with commit, plugins are loaded as expected, without, get stackOverflow error as...
@JakeWharton your hunch was r8, took time and dug in more today: this is the class which ends in endless recursion ``` in.shabinder.soundbound.models.ThrowableWrapper( message: kotlin.String, stackTrace: kotlin.String, cause: in.shabinder.soundbound.models.ThrowableWrapper? )?...
Another one: ``` *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** pid: 0, tid: 2522 >>> in.shabinder.soundbound
A variant of ZiplineLoader.load, which emits from cache first and then sends emissions from network.
Something looking like this in `ZiplineLoader`. ``` fun loadPreferringCache( applicationName: String, manifestUrlFlow: Flow, serializersModule: SerializersModule = EmptySerializersModule(), initializer: (Zipline) -> Unit = {}, ): Flow { return channelFlow { var...
Changing above to format of `fun toModel(entity: T): String` Fixes the compilation.