In Kotlin 1.5.20 I'm getting this warning: "This expression will be resolved to Int in further releases. Please add explicit convention call" Pardon my French, but WTH does that mean?
Here is an example that gives the warning:
assertThat(rr.maxRuntimeSeconds).isEqualTo(60*60*24*2)
The warning is caused by the isEqualTo which takes an Any