Hi everyone,
We are developing an app using Kotlin and it is almost built. This time its an SDK we plan to develop using kotlin.
Before we start we would like to know if there is any dis advantages on doing so. We are confused about some cases, as listed below.
What if,
1.The app that consumes our sdk is solely built using kotlin there is a mismatch between the kotlin version we use to develop the sdk and that of the.
- An app consumes two different sdks, that had been developed in different kotlin versions.
Besides these confusions, is there any special things that we need to take care when we develop an android sdk using kotlin
Any advice would be appreciated. Thanks in advance