dev-fun
dev-fun copied to clipboard
Kotlin 1.4 introduces breaking runtime change
The following lazy property body fails on Kotlin 1.4.20-M1
:
com.nextfaze.devfun.internal.ReflectedPropertyImpl#property
It appears the fieldName
can have a get
suffix as of 1.4, and thus no longer matches any field names in the collection.