Berkeli Alashov
w: Kapt currently doesn't support language version 2.0+. Falling back to 1.9.
id("kotlin-kapt")
Tom Truyen
e: androidx.compose.compiler.plugins.kotlin.IncompatibleComposeRuntimeVersionException: The Compose Compiler requires the Compose Runtime to be on the class path, but none could be found. The compose compiler plugin you are using (version 1.5.14) expects a minimum runtime version of 1.0.0.
org.jetbrains.kotlin.plugin.compose
wintersoldier
Box( modifier = Modifier .background(Color.Yellow) .shadow( elevation = 2.dp, ), ) { content() }
John O'Reilly
jeff
Exceeded max line length (120) (cannot be auto-corrected) (max-line-length)
André Martins
class MyService { … }
val MyService.myProp: String get() = "value"
mockk<MyService> { every { myProp } returns "otherValue" }
MockkException
Missing mocked calls inside every { ... } block: make sure the object inside the block is a mock
jamshedalamqaderi
George
finishConnect(..) failed: Connection refused: /[0:0:0:0:0:0:0:1]:80; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /[0:0:0:0:0:0:0:1]:80 org.springframework.web.reactive.function.client.WebClientRequestException: finishConnect(..) failed: Connection refused: /[0:0:0:0:0:0:0:1]:80; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: /[0:0:0:0:0:0:0:1]:80
Fred Friis
Emmanuel Mtera
A modern programming language that makes developers happier.