What exactly does this error mean `Cannot pass forward declaration 'Display /* = _XDisplay */' for r...
z
What exactly does this error mean
Cannot pass forward declaration 'Display /* = _XDisplay */' for reified type parameter
and It only happened after updating to kotlin 1.9.20.
Copy code
val dpy = XOpenDisplay(null)?.pointed ?: error("Cannot open display")
101 Views