Malachi Holden
java.net.ConnectException: Failed to connect to localhost/127.0.0.1:8080
Cedric Lindigkeit
ClickableText( text = "Awesome text", modifier = Modifier.testTag("SOME_TEST_TAG"), onClick = { ... } )
Failed to assert the following: (OnClick is defined) Reason: Expected exactly '1' node but could not find any node that satisfies: (TestTag = 'SOME_TEST_TAG') However, the unmerged tree contains '1' node that matches. Are you missing `useUnmergedNode = true` in your finder?
Satyam G
brandonmcansh
leandro
coreLibraryDesugaring
androidMain
multiplatform
Ben Woodworth
Hadi Tok
print(5)
chanjungskim
interface BaseClass{ fun foo() fun bar() }
class ChildClass: BaseClass { override fun foo() override fun bar() }
class ChildClass: BaseClass { override suspend fun foo() override suspend fun bar() }
Arjan van Wieringen
Rohde Fischer
SortedMap
json
Map
A modern programming language that makes developers happier.