Hi my android library team is considering using Kotlin for our library, now it is pure java. It is not easy to convince all team members to start using it because if we start using Kotlin, users who use our library should take care of the Kotlin version in their apps to avoid Kotlin version conflict. If there are some use cases it will be helpful. Is there any library successfully applied Kotlin?
j
juancho
10/28/2018, 6:39 PM
Is this a question from 2016? 🤔
a
agrosner
10/28/2018, 7:13 PM
There's a few coming out. It's about ensuring you are up to date. Also Kotlin bytecode since 1.0 has been fully backwards compatible. So you should be fine
💯 1
Swift world has it way worse and they make do with it
k
kenkyee
10/28/2018, 10:31 PM
Real issue is whether your library's users are using Java. E.g. companies that are slow to adopt newer tech like insurance companies or banks...
h
hyunghui
10/29/2018, 12:57 AM
@agrosner Thanks! It was hard to find that kind of information for me.
a
agrosner
10/29/2018, 12:17 PM
np! the team has been very careful on introducing any breaking changes on previous versions. The square team has started moving some of the “ok” libraries to multiplatform kotlin from Java. Its a matter of time that someone uses kotlin in their lib and others follow suit and just use it