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

Commits on May 31, 2023

  1. use kotlin 1.8.21 but api/languageLevel 1.4

    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 committed May 31, 2023
    Configuration menu
    Copy the full SHA
    d0e45f4 View commit details
    Browse the repository at this point in the history