See KT-17933, KT-17629, KT-17760
$$importsForInline$$
... and use it as prefix to FQN in inline functions. This allows to properly inline function declared in module A to module B, when this function calls another function in module C. See KT-18201