Join Slack
Powered by
Can Android libraries made with kotlin be used in ...
# android
c
ClaudiuB
11/12/2018, 5:11 AM
Can Android libraries made with kotlin be used in Java projects? And do things like extension functions carry through in your kotlin projects using the library?
g
gildor
11/12/2018, 5:15 AM
Sure, they can. Just as example see okio 2.0:
https://medium.com/square-corner-blog/okio-2-6f6c35149525
Extension functions will be available as static methods, same for Java code in your own project
Open in Slack
Previous
Next