oluwasayo
10/21/2016, 8:37 AMopen
on everything. There are active discussions (and on-going implementation) by JetBrains to alleviate this pain point. https://youtrack.jetbrains.com/issue/KT-12149
Also since Kotlin doesn’t have package-private access, things you normally make package private and annotate with @VisibleForTesting
you now have to make public but Weld doesn’t like public fields. I’ve brought this up with the JetBrains folks on the #general channel and someone is looking into it. https://youtrack.jetbrains.com/issue/KT-525 https://github.com/hextremelabs/kotlin-weld-demo