Jan
anuj
dagomni
java.lang.NoSuchMethodError: No static method setContent(Landroid/app/Activity;Lkotlin/jvm/functions/Function0;)Landroidx/compose/Composition; in class Landroidx/ui/core/WrapperKt; or its super classes
Travis Griggs
Gamadril
rocketraman
kotlin { jvmToolchain(17) }
id("io.kotest.multiplatform") version "5.5.5"
e: .../build.gradle.kts:89:16: The integer literal does not conform to the expected type Action<Any>
Norbi
raise()
orElse()
context(Raise<String>) fun f1() = 1 context(Raise<String>) fun f2(): Nothing = raise("error") suspend inline fun <R, A> Effect<R, A>.orElse(noinline block: suspend (R) -> A) = fold( recover = block, transform = ::identity ) val v1 = effect { f1() }.orElse { 33 } assertEquals(1, v1) val v2 = effect { f2() }.orElse { 33 } assertEquals(33, v2)
Laurence Muller
app.cash.sqldelight
2.0.0-alpha02
taso
John Kasper Svergja
withLoggingContext
addSuppressed
A modern programming language that makes developers happier.