Anudeep Ananth
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
Landry Norris
eygraber
WindowInsets.isImeVisible
ptsiogas
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)
James Eschner
1.7.0
Found interface kotlin.time.TimeMark, but class was expected java.lang.IncompatibleClassChangeError: Found interface kotlin.time.TimeMark, but class was expected at io.kotest.engine.spec.interceptor.SpecFinishedInterceptor.intercept-0E7RQCE(SpecFinishedInterceptor.kt:37) at io.kotest.engine.spec.interceptor.SpecFinishedInterceptor$intercept$1.invokeSuspend(SpecFinishedInterceptor.kt) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
Joey
Hossein Amini
A modern programming language that makes developers happier.