METHOD_SIZE_THRESHOLD

const val METHOD_SIZE_THRESHOLD: Int = 32767(source)

We set a threshold at half the method size limit.

Preview functions typically add around 13 KiB behind the scenes. Exceeding this threshold may result in icons that can't be previewed in Android Studio or IntelliJ, although they can compile and render on Android.