dev-fun icon indicating copy to clipboard operation
dev-fun copied to clipboard

Kotlin 1.4 introduces breaking runtime change

Open BenTilbrook opened this issue 4 years ago • 0 comments

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.

BenTilbrook avatar Oct 12 '20 01:10 BenTilbrook