Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support library consumers with lower Kotlin version #28

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

ArnasSmicius
Copy link
Contributor

Screenshot 2023-08-23 at 09 34 42

After the Kotlin version update, we started to get errors from the consumers of this library which has a lower version of Kotlin ☝️
As I read right here: https://proandroiddev.com/kotlin-library-development-for-android-java-hints-29365017516d
We can support lower versions of Kotlin even when we use the latest Kotlin version in our library.

Screenshot 2023-08-23 at 09 38 54

I decided to use "1.5" because it is the lowest and still not deprecated versions

@ArnasSmicius ArnasSmicius requested a review from a team August 23, 2023 06:40
@ArnasSmicius ArnasSmicius merged commit 969596b into master Aug 23, 2023
1 check passed
@ArnasSmicius ArnasSmicius deleted the technical/kotlin_1_5_support branch August 23, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants