Cannot find methods defined in another library written in kotlin?

I wrote a little logger library in kotlin  and package it to logger.jar.

object Logger {

  public fun info (...) { ...}

}

But the compiler complains : " Unresolved reference: info "  when it's invoked in another kotlin file.

I don’t know why ?:expressionless:

outersky

Could you file an issue in the tracker and attach your files? Thanks

filed http://youtrack.jetbrains.com/issue/KT-1787