Yousef
Long Tran
spyk
Mockk
@JvmInline value class MyValueClass(Val value: String = “”) : Serializable class A( Val valueClass: MyValueClass = MyValueClass() ) // In unit test file @Test fun test() { Val mockClass = spyk<A>() … }
io.mockk.MockKException: Can't instantiate proxy via default constructor for class A
ptsiogas
Landry Norris
eygraber
WindowInsets.isImeVisible
Roman Polach
BasicTextField( singleLine = true, value = text, textStyle = LocalTextStyle.current.copy(textDecoration = TextDecoration.None), readOnly = readOnly, onValueChange = { onValueChanged(it) } )
Humphrey
id("jacoco")
alias(libs.plugins.jacoco)
Michal Klimczak
Chris Johnson
Modifier.focusable(false)
enabled = false
Norbi
Project accessors enabled, but root project name not explicitly set for 'buildSrc'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching.
buildSrc
rootProject.name
A modern programming language that makes developers happier.