Say I have some file `ext.kt` filled by extensions...
# announcements
m
Say I have some file
ext.kt
filled by extensions, this file located at
org/foo/bar/
directory and has a package
org.foo.bar
. In same time, if my classpath contains library with the same structure (file
ext.kt
under
org.foo.bar
package), extensions from the library can't be resolved. I'm using 1.1-M04. Is it known limitation? Where can I find information about?