Hi. I try to use org.joda.time.LocalDateTime. But ...
# announcements
a
Hi. I try to use org.joda.time.LocalDateTime. But Kotlin does not see constructors with ints. Actually it says, that LocalDateTime has only 4 constructors with arguments.
LocalDateTime(2016, 02, 02)
is not compiled. May be Kotlin confuses Int and Any?