yglukhov / jnim

Nim - Java bridge
MIT License
184 stars 13 forks source link

Export jni imports #4

Closed vegansk closed 8 years ago

vegansk commented 8 years ago

Is there any way to export jni imported definitions from module? I want to something like that:

import jnim

jnimport:
  import acme.TestClass*
  proc CONST*(s: typedesc[TestClass]): string {.property.}

and then use it in another modules.

vegansk commented 8 years ago

Fixed in #7