hey guys. so I'm adding some functions to the stdl...
# stdlib
g
hey guys. so I'm adding some functions to the stdlib, then generating code with kotlin-stdlib-gen. I also added some tests to stdlib/test, and everything works fine when I
mvn test
inside stdlib. However,
mvn install
inside libraries fails the recently added tests because it can't find the newly added functions. Is that expected behaviour? cheers