Suraj Bokey
object
Mockito
Mockk
Mikhail
com.zaxxer.hikari.HikariDataSource: HikariPool-1 - Starting...
xxfast
Ivy
Kensuke Sano
voben
every {} returns something
every {} answers {something}
Manoj
@ Value
Jeff Lockhart
-Xexpect-actual-classes
kotlin { compilerOptions { freeCompilerArgs.add("-Xexpect-actual-classes") } }
compilerOptions
tasks.withType<KotlinCompile>().configureEach { compilerOptions { freeCompilerArgs.add("-Xexpect-actual-classes") } }
tasks.withType<KotlinCompile>().configureEach { kotlinOptions { freeCompilerArgs += "-Xexpect-actual-classes" } }
'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
Chukwukammadu Anizoba
process.env
huehnerlady
A modern programming language that makes developers happier.