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

use kotlin 1.8.21 but api/languageLevel 1.4 #1454

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

robstoll
Copy link
Owner

which also means, now we can replace Experimental with RequiresOptIn and UseExperimental with OptIn.

Found a few kotlin bugs on the way, which I had to workaround as well: KT-59015, KT-59016

replace StringBuilder.appendLn with own implementation which still queries


I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.

which also means, now we can replace Experimental with RequiresOptIn
and UseExperimental with OptIn.

Found a few kotlin bugs on the way, which I had to workaround as well:
KT-59015, KT-59016

replace StringBuilder.appendLn with own implementation which still
queries
@robstoll robstoll merged commit c2030ad into main Jun 1, 2023
@robstoll robstoll deleted the use-kotlin-1.8-but-api/language-1.4 branch June 1, 2023 19:47
@robstoll robstoll added this to the 1.1.0 milestone Jul 7, 2023
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.

1 participant