poohbar
10/16/2019, 9:57 PMExtensions.kt in the same package but in two different modules. Maven compiles everything successfully but when running it it suddenly can't find some of the extension methods. Is that a bug?jw
10/16/2019, 11:35 PMgroostav
10/17/2019, 4:11 AM@JvmName("Extensions1") at the top of the file (I think technically on the package statement?) will let you have multiple Extensions.kt files, that produce Extensions.class and Extensions1.class binaries, solving your classpath issue