DEV Community

Discussion on: Introduction of Kotlin programming language

Collapse
 
openlowcode profile image
Nicolas de Mauroy

Hi,

by using Kotlin, do I get full access to the java APIs and libraries ? To quote just two examples of what I use in my open-source project ( Open Lowcode ), could I use Apache PDF Box and javafx ?

This was not clear to me reading your articles.

Collapse
 
mohitrajput987 profile image
Mohit Rajput

Yes, you can access any java code from Kotlin, including third party libraries.