Join Slack
Powered by
btw one caveat: kotlinc will not find java classes...
# build-tools
a
alexey.tsvetkov
05/18/2017, 6:39 PM
btw one caveat: kotlinc will not find java classes (from sources) if they are not located in a file corresponding to their fq-name. So Kotlin will only see a java class like:
Copy code
package foo; class Bar {}
if it is located in a file
foo/Bar.java
.
4
Views
Open in Slack
Previous
Next