Feature flags solution that is fast, lean, and open-source.

Overview

FFS

Feature flags solution that is fast, lean, and open-source.

Documentation

Full documentation available at https://doist.github.io/ffs/.

Project

FFS logo

FFS is built on Kotlin Multiplatform and made up of 4 major components:

  • A dashboard to create and manage feature flags.
  • SDKs to consume feature flags:
    • For frontend or other unsafe environments, relying on the server for evaluation results.
    • For backend or other safe environments, evaluating feature flags locally.
  • A server to provide the API for the dashboard and SDKs.

See each README for project-specific information.

License

Released under the MIT License.

Comments
  • Add support for IPv6 in ip-related rules

    Add support for IPv6 in ip-related rules

    Regarding #62, currently, it only supports IPv4 and I'm proposing an enhancement to support IPv6

    I'm thinking of using the same functions ip and cidr that also accept IPv6 format

    documentation enhancement server 
    opened by kemasdimas 5
  • chore(deps): update dependency eclipse-temurin to v18

    chore(deps): update dependency eclipse-temurin to v18

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Type | Update | Change | |---|---|---|---| | eclipse-temurin | final | major | 17 -> 18 | | eclipse-temurin | stage | major | 17 -> 18 |


    Configuration

    πŸ“… Schedule: At any time (no schedule defined).

    🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

    β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 2
  • Update plugin kotlinx-kover to v0.5.0

    Update plugin kotlinx-kover to v0.5.0

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlinx.kover | 0.4.4 -> 0.5.0 | age | adoption | passing | confidence |


    Release Notes

    Kotlin/kotlinx-kover

    v0.5.0

    =================== Note that this is a full changelog relative to 0.4.4 version. Changelog relative to 0.5.0-RC2 can be found at the end of the changelog.

    Features
    • Added reports filtering (#​17)
    • Disabled running of all test tasks for single-project Kover tasks (#​114)
    • Implemented aggregated multi-project report (#​20, #​43)
    • Unified coverage agents filters. Now only the characters '*' or '?' are used as wildcards for both IntelliJ and JaCoCo agents. Regular expressions are no longer supported by the IntelliJ agent as filters of instrumented classes. (#​21)
    • Tasks for verification and reporting for single Gradle project were renamed according to the template like koverXmlReport -> koverXmlProjectReport
    • The isEnabled property has been renamed to isDisabled in extensions KoverExtension and KoverTaskExtension to make their purpose more obvious
    • The term module has been replaced with project for compatibility with Gradle terminology
    • Added the ability to disable the Kover for the specified Gradle project
    • Made tasks cache relocatable (#​85)
    • Improved checks of disabled plugin before running Kover tasks
    • Upgraded IntelliJ Engine minimal version to 1.0.647
    • Upgraded IntelliJ Engine default version to 1.0.656
    Bugfixes
    • Added support of parallel tests execution (#​113)
    • Removed checking of parent projects for re-apply of the plugin (#​116)
    • Added property to exclude Android classes from the instrumentation (#​89)
    • Kotlin Multiplatform plugin adapter rewritten to use reflection (#​100)
    IntelliJ Agent Features (version 1.0.656)
    • Added the ability to count JVM instructions
    • Fixed getting into the report of objects and sealed classes
    • Added an excluding from the report of functions marked by Deprecated annotation with HIDDEN and ERROR levels
    Internal features
    • Added functional test on branch counter
    • Added functional tests on instruction counter
    Changelog relative to version 0.5.0-RC2
    Features
    • Improved checks of disabled plugin before running Kover tasks
    • Upgraded IntelliJ Engine default version to 1.0.656
    Bugfixes
    • Added support of parallel tests execution (#​113)
    • Removed checking of parent projects for re-apply of the plugin (#​116)
    IntelliJ Agent Features (version 1.0.656)
    • Added the ability to count JVM instructions
    • Fixed getting into the report of objects and sealed classes
    • Added an excluding from the report of functions marked by Deprecated annotation with HIDDEN and ERROR levels
    Internal features
    • Added functional test on branch counter
    • Added functional tests on instruction counter

    Configuration

    πŸ“… Schedule: At any time (no schedule defined).

    🚦 Automerge: Enabled.

    β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

    πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


    • [ ] If you want to rebase/retry this PR, click this checkbox.

    This PR has been generated by WhiteSource Renovate. View repository job log here.

    opened by renovate[bot] 2
  • Incorrect documentation or examples for `map`?

    Incorrect documentation or examples for `map`?

    Hi Gonçalo,

    I had a look at the anatomy of rules, but I can't reconcile the documentation for map and the examples. Is it an error in the doc, or in my brain? πŸ˜…

    To be more precise:

    • example for a gradual rollout: map(now(), datetime("2022-11-08"), datetime("2022-11-15"), 0, 1)
    • map syntax: map(instart, inend, outstart, outend, value)

    That would mean that in the example, instart, inend, and outstart are dates, and outend and value are integers. That seems wrong... So, either the example should be map(datetime("2022-11-08"), datetime("2022-11-15"), 0, 1, now()), or the syntax should be map(value, instart, inend, outstart, outend).

    Or am I missing something? πŸ€”

    opened by Schnouki 2
  • chore(deps): update io.ktor to v2.0.1

    chore(deps): update io.ktor to v2.0.1

    WhiteSource Renovate

    This PR contains the following updates:

    | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | io.ktor:ktor-resources | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-serialization-kotlinx-cbor | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-serialization-kotlinx-json | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-client-curl | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-client-js | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-client-cio | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-client-mock | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-client-content-negotiation | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-client-resources | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-client-core | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-test-host | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-sessions | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-status-pages | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-auth | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-compression | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-default-headers | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-content-negotiation | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-cors | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-call-logging | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-resources | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-cio | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence | | io.ktor:ktor-server-core | 2.0.0-beta-1 -> 2.0.1 | age | adoption | passing | confidence |


    Release Notes

    ktorio/ktor

    v2.0.1

    Compare Source

    Published 28 April 2022

    • Fix URL representation (KTOR-4241)

    • embeddedServer for CIO and Netty inconsistency (KTOR-755)

    • Update Coroutines to 1.6.1 (KTOR-4240)

    • Locations: Support trailing / (KTOR-836)

    • Resources: Make Route.handle public (KTOR-4200)

    • Fix CURL flaky initialization (KTOR-4223)

    • Optimize Slow Native Tests (KTOR-4224)

    • Print Native Stacktrace on Timeout (KTOR-4198)

    • """IllegalStateException: Operation is already in progress"" when the readByte is called the second time after a timeout" (KTOR-4218)

    • Update Kotlin to 1.6.21 (KTOR-4221)

    • Update code for editing an article in the 'Interactive website' tutorial (KTOR-4227)

    • DefaultRequest: HTTPS protocol isn't set when using Ktor 2.0.0 (KTOR-4142)

    • DefaultRequest: host and port aren't used for a request (KTOR-4154)

    • A table with test methods should span the entire width of the dialog (KTOR-4064)

    • StatusPages plugin does not handle most specific exception in Ktor 2.0.0 (KTOR-4187)

    • Behaviour of ApplicationEngine start method not documented properly (KTOR-2271)

    • CORS plugin should be route scoped (KTOR-4157)

    • Raw Web Socket Connection Suspending Forever (KTOR-4166)

    • StatusPages: SerializationException isn't handled when CallID plugin is installed after StatusPages plugin (KTOR-4155)

    • HttpClient.wss defaults to port 80 instead of 443 (KTOR-4175)

    • Missing subject parameter in StatusPages status config method (KTOR-4191)

    • ConditionalHeaders cause the Last-Modified header appears twice in a response (2.0.0) (KTOR-4163)

    • DefaultHeaders: The Server header appears twice in a response (2.0.0) (KTOR-4152)

    • Testing: Resolving a substitution to a value in default config fails when custom HOCON config is used (KTOR-4130)

    • Combination of HttpCache and Logging plugins cause receiving incomplete response body for chunked replies (KTOR-3916)

    • 2.0.0

    Published 11 April 2022

    • HttpClient breaks permanently when certain exceptions occur while consuming ByteReadChannel (KTOR-3140)
    • Fix Dokka publication for 2.0.0 (KTOR-4194)
    • [Doc] invalid KDoc link for https://ktor.io/docs/http-client-engines.html#darwin (KTOR-4165)
    • Update the 'Manual Configuration' help link after the 2.0.0 release (KTOR-3678)
    • Where did 1.6.8 docs go? (KTOR-4147)
    • Fail to create response observer in different native thread. (KTOR-3278)
    • "Ktor app with Kotlin/Native fails with ""There is no event loop. Use runBlocking { ... } to start one.""" (KTOR-4149)
    • Update limitations for Kotlin/Native (KTOR-4143)
    • UDP sockets on native (KTOR-1159)
    • Ktor stopped working with latest Tomcat 9.0.39 (KTOR-1172)
    • Update to Kotlin 1.6.20 (KTOR-4107)
    • ContentNegotiation: the plugin removes Content-Type header even when a matching registration is not found (KTOR-4091)
    • JMXReporter not included in ktor-metrics:1.6.8 (KTOR-4102)
    • Performance Issue / Ktor & Netty (KTOR-610)
    • httpMethod is not affected by X-Http-Method-Override (in opposite to docs) (KTOR-404)
    • Android: Failed resolution of: Ljava/nio/file/Paths using API 25 and lower (KTOR-3269)
    • ContentNegotiation plugins don't accept null-responses from ContentConverts (KTOR-3346)
    • Using proguard and CallLogging feature causes JVM crashes (KTOR-3345)
    • Remove checking body transformation from ContentNegotation (KTOR-3272)
    • Feature: Use websockets with serialization (KTOR-423)
    • Fix testErrorHandling with JS (KTOR-3510)
    • [netty] Headers are only flushed after first byte is written (KTOR-3364)
    • AttributeKey instance is identified by its identity instead of its name (KTOR-3538)
    • HttpCookies: parse / in the name of a cookie (KTOR-3497)
    • Returning Thymeleaf fragments from Routes (KTOR-3624)
    • Rewrite Thymeleaf to New Plugins API (KTOR-3687)
    • Rewrite HSTS to new plugins API (KTOR-3752)
    • Rewrite FreeMarker to new Plugins API (KTOR-3751)
    • Rewrite CachingHeaders to New Plugins API (KTOR-3688)
    • Implementation for Single Page Plugin (KTOR-3635)
    • Sockets no longer working on Android since 2.0.0-beta-1 (KTOR-3659)
    • Implementation for Single Page Plugin (KTOR-3577)
    • Content Negotiation: Gson: Should be able to return 400 for badly formatted request. (KTOR-373)
    • Rewrite ConditionalHeaders to New Plugins API (KTOR-3759)
    • Single Page Plugin (KTOR-3531)
    • HttpResponseValidator.handleResponseException should have access to request to provide valuable information in exceptions (KTOR-3652)
    • Build in feature for Single PAge Applications (KTOR-515)
    • "ContentNegotiation: The ""charset=UTF-8"" part is added for the Content-Type header" (KTOR-3799)
    • Rewrite Netty Engine (KTOR-3467)
    • SinglePageApplication plugin returns 404 for non-existent paths (KTOR-3944)
    • Split packages in KTOR Client 2.00-BETA-1 (KTOR-4106)
    • Support WebSockets in Darwin engine (KTOR-4093)
    • Ktor http client with java engine uses incorrect timeout. (KTOR-4058)
    • ktor-client performance (KTOR-506)
    • InvalidPathException in ApplicationEngineEnvironmentReloading (KTOR-3831)
    • "Screenshot with the new project wizard on the ""Create a new projectο»Ώ"" topic is outdated" (KTOR-4020)
    • Add possibility to fully configure metricName in ktor-server-metrics-micrometer (KTOR-3302)
    • Adding Native support to ktor-server-html-builder for 2.0.0 release (KTOR-3972)
    • Ktor: Allow overriding coroutine dispatcher in MockEngine (KTOR-3230)
    • HttpClient request hangs when Logging plugin is installed (KTOR-3970)
    • Ktor uses too much memory compared to other Http server libraries (KTOR-3903)
    • [client] MPP WebSockets client (KTOR-751)
    • Native websocket client support (KTOR-599)
    • Don't perform migrations for MPP projects (KTOR-3812)
    • Change visibility from internal to public to HttpResponse and HttpClientCall (KTOR-3984)
    • Rename the 'header' function to 'allowHeader' for consistency with similar functions (KTOR-3980)
    • The CallID plugin missing in a New Project wizard (KTOR-2911)
    • IDEA plugin missing the Session authentication (KTOR-3359)
    • Install plugin completion doesn't work with custom built version of Ktor from main (KTOR-4031)
    • Memory leak when Compression plugin is installed (KTOR-4028)
    • Make most useful hooks public (KTOR-3797)
    • The ShutDownUrl sample doesn't work in the latest EAP (KTOR-4025)
    • OAuth: scopes are separated by + that's encoded to %2B (KTOR-3945)
    • The Caching headers plugin stops working in the latest EAP (KTOR-4022)
    • The 'allowHeadersPrefixed' and 'allowHeaders' CORS functions works incorrectly (KTOR-3979)
    • Migrate Generator to New Testing API (KTOR-3763)
    • Support receiving OAuth code response as form post (KTOR-3342)
    • Ktor test websocket call hangs (KTOR-4000)
    • Implementation for Create ktor-test module with mocks of engine and clients for writing tests (KTOR-3236)
    • Remove mutex from call logging (KTOR-3987)
    • Add jte template support (KTOR-3749)
    • No contextual serializers when KotlinxSerializationConverter is used (KTOR-3782)
    • Add support for list size methods in PlaceholderList (KTOR-3940)
    • Missing headers in OutgoingContent (KTOR-3758)
    • ResponseObserver does not respect MDC context (KTOR-2435)
    • Binary compatibility issue with ktor-2.0.0-beta1 when using JDK 1.8 (KTOR-3645)
    • Enhance api for ConditionalHeaders usage (KTOR-728)
    • localization issue with new project wizard - plugin page (KTOR-3943)
    • IDE action to migrate to 2.0.0 (KTOR-3225)
    • Add colors to CLI client (KTOR-3929)
    • Support macOs M1 in CLI generator (KTOR-3922)
    • Bearer Auth: refreshTokens callback blocks indefinitely when server returns 401 (KTOR-3795)
    • "ContentEncoding: ""Unexpected EOF: expected 10 more bytes"" when trying to decode HEAD response" (KTOR-3781)
    • Memory leak in ktor-client-curl (KTOR-3767)
    • Rename ApplicationPlugin<A, B, C> to BaseApplicationPlugin<A, B, C> (KTOR-3873)
    • Ktor Server and double receive break receiving of big files (KTOR-3832)
    • Setting Content-Length Header manually when using call.respondOutputStream (KTOR-560)
    • Support for adding values to the MDC later on in the pipeline. (KTOR-536)
    • Default request: Query parameters in default URL are overwritten (KTOR-3793)
    • Timeout in receiving streaming body breaks client (KTOR-3704)
    • Setting DefaultRequest.url.protocol on the client side breaks the ability to establish a ws connection (KTOR-3890)
    • Rename the 'io.ktor.resources.serialisation' package to '...serialization' for consistency (KTOR-3842)
    • Generator performance: cache Maven requests (KTOR-3866)
    • JS: Websocket errors are not being handled correctly (KTOR-1726)
    • Logback transient depencency from ktor-server-test-host (KTOR-2038)
    • Ktor plugin is asking to migrate to EAP versions (KTOR-3609)
    • "Module ""io.ktor:ktor-network (io.ktor:ktor-network-iosarm64)"" has a reference to symbol kotlinx.coroutines/SingleThreadDispatcher|null[0]" (KTOR-3562)
    • Retry on HttpCode or network error (KTOR-572)
    • Server hangs indefinitely when responding to requests on android using version 2.0.0 (KTOR-3653)
    • IllegalStateException when writing in coroutine context backed by more than one thread (KTOR-3801)
    • References for kotlinx.serialization plugin sample code in a new Ktor project created with Maven build system are unresolved (KTOR-3754)
    • multipart/form-data requests: No way of streaming data asynchronously (KTOR-3825)
    • Migrate ForwardHeaderSupport to new API (KTOR-3677)
    • Sort endpoints in Endpoint view and when creating tests (KTOR-3725)
    • StackOverflowError when opening Enpoints view with local Routing function (KTOR-3816)
    • Provide an example how to use new MultiPartFormDataContent (#KTOR-325) (KTOR-3549)
    • Client docs for desktop are misleading (KTOR-3813)
    • When working with SessionStorage, write is called every time after read (KTOR-3336)
    • DefaultRequest API doc contains missing members (KTOR-3800)
    • testApplication: Add https EngineConnector (KTOR-3810)
    • Rewrite HttpsRedirect to New Plugins API (KTOR-3668)
    • Rewrite WebJars to New Plugins API (KTOR-3667)
    • Rewrite Metrics to New Plugins API (KTOR-3666)
    • Rewrite PartialContent to New Plugins API (KTOR-3665)
    • Rewrite CallId to New Plugins API (KTOR-3352)
    • Drop Before/After from new plugins API (KTOR-3803)
    • Performance: Don't store PSI elements in Ktor Url Mappings. Use Smart Reference or PSI Anchor, instead (KTOR-3789)
    • Infrastructure: Build with JDK 11 for all modules fails: Can't inline metric micrometer because it uses jvm target 8 (KTOR-3712)
    • The 'refreshTokens' callback isn't invoked when an API returns a 401 response without the 'WWW-Authenticate' header (KTOR-3516)
    • Add DslMarker to testApplication builder (KTOR-3783)
    • Prohibit Nesting of install Blocks for Client and Server Configuration (KTOR-3333)
    • In docs and generated Gradle, Prometheus is misspelled as Promteteus (KTOR-3792)
    • submitFormWithBinaryData: mutation attempt of frozen @​194c6a8 (KTOR-2947)
    • iOS: Failed to find HttpClientEngineContainer with new native memory model (KTOR-3517)
    • Rewrite CallLogging to new plugins API (KTOR-3351)
    • Drop @​ExperimentalTime (KTOR-3595)
    • Using any Suspend or Coroutine function in Bearer Auth functions cause crash on iOS (KTOR-3177)
    • [iOS] InvalidMutabilityException: mutation attempt of frozen (KTOR-1223)
    • InvalidMutabilityException: Configuration issues for ios (KTOR-1251)
    • iOS testing MockEngine issue (KTOR-1541)
    • """InvalidMutabilityException: Frozen during lazy computation"" when using by lazy for HttpClient" (KTOR-1087)
    • kotlin.native.concurrent.InvalidMutabilityException: mutation attempt of frozen kotlin.collections on iOS when deserializing class that contains less properties than the json (KTOR-2740)
    • Native: Cannot mutate objects inside onDownload and onUpload lambdas (KTOR-3068)
    • "HttpClient / native: ""mutation attempt of frozen"" crash when configuring the client" (KTOR-1628)
    • Ktor Kotlin Multiplatform leak (KTOR-3586)
    • Put label to local history before performing migration in Ktor (KTOR-3716)
    • StatusPages plugin continues call after calling handler (KTOR-3707)
    • StatusPages not returning code 500 on catched exception (KTOR-3721)
    • Rewrite Compression to New Plugins API (KTOR-3661)
    • Rewrite Auto Head to New Plugins API (KTOR-3670)
    • Rewrite DoubleReceive to New Plugins API (KTOR-3672)
    • Make default charset UTF-8 when using receiveText for application/json request (KTOR-789)
    • Rewrite CORS to New Plugins API (KTOR-3663)
    • Rewrite Auth to New Plugins API (KTOR-3660)
    • Rewrite Sessions to New Plugins API (KTOR-3664)
    • Rewrite ContentNegotiation to New Plugins API (KTOR-3669)
    • Rewrite MethodOverride to New Plugins API (KTOR-3662)
    • Client logging: no description of default loggers' behavior on different platforms (KTOR-3421)
    • Update logback and slf4j (KTOR-3733)
    • NoClassDefFoundError is thrown on Android because ktor-utils references a not supported Java API (KTOR-3690)
    • Ktor-Utils references a Java API not supported by Android (KTOR-3426)
    • Migrate plugins to multiplatform (KTOR-3539)
    • ByteBufferChannel leaves unflushed data after partial readAvailable causing Apache client request to stall (KTOR-3730)
    • Migrate DefaultHeaders to new API (KTOR-3676)
    • ByteReadPacket.headerSizeHint is unused (KTOR-3632)
    • Hooks don't work with routing scoped plugins (KTOR-3740)
    • Client request builder: add shortcuts for authentication headers (KTOR-2876)
    • Pull Request - KTOR-404 Introduce support for X-Http-Method-Override (KTOR-1825)
    • Can't set a base url that includes path data (KTOR-730)
    • Mention about closing ActorSelector manager (KTOR-269)
    • Migrate to new kotlinx.coroutines and limited dispatcher(revert corePoolSize option) (KTOR-3463)
    • Routing is called for handled requests (KTOR-3732)
    • TomCat Documentation (KTOR-2395)
    • default resource package don't work (KTOR-3722)
    • webSocketSession method suspends indefinitely when there in connection error (Ktor beta) (KTOR-3654)
    • FUS metrics in IDE (KTOR-2775)
    • Update Documentation and Code for DoubleReceive Feature (KTOR-1876)
    • Add Defaults for the server.stop Method (KTOR-3505)
    • HTTP/2 not working with Netty (KTOR-3705)
    • Include changes from hands-on PR: Update 03_customer-routes.md #​120 (KTOR-3713)
    • Nested routing fails to match route (KTOR-1626)
    • URLBuilder from string with trailing slash or from Url with no trailing slash, produces double slash when appending segments (KTOR-3618)
    • Provide the capability to generate WebSocket tests (KTOR-3061)
    • Add modulepath support for Java >= 9 (KTOR-619)
    • HttpRequestRetry plugin expects Retry-After header value to be in milliseconds (KTOR-3634)
    • StringValuesBuilder.appendIfNameAbsent appends only if name is already present (KTOR-3650)
    • Migrations of the client code are not working for queries with non-trivial expression body (KTOR-3703)
    • Curl Cinterop compilation is failed on MacOS (KTOR-3681)
    • Compression slow due to using BEST_COMPRESSION for deflate/gzip (KTOR-3680)
    • Could not resolve: io.ktor:ktor-locations:2.0.0-beta-1 on a new project created with IDEA 2021.3.1 (KTOR-3639)
    • Update URL for the 'Adding Ktor dependencies' topic and add redirects (KTOR-3673)
    • Support package split in Ktor migrations in plugin (java modules support) (KTOR-3679)
    • Rewrite StatusPages with the new plugins API (KTOR-3312)
    • "Save ""Create Run Configuration automatically"" within .idea directory" (KTOR-3282)
    • java.lang.NoSuchMethodError: java.nio.ByteBuffer.limit(I)Ljava/nio/ByteBuffer when Ktor is built with JDK 9+ (KTOR-1398)
    • TestHttpClientEngine doesn't support HTTPS requests (KTOR-3614)
    • Endpoints view: Endpoints not populated if routes require authentication (KTOR-3182)
    • Insecure user session samples in documentation (KTOR-3582)
    • HttpRequestTimeoutException should not inherit CancellationException in ktor http client (KTOR-3192)
    • Update Documentation and Code for HSTS Feature (KTOR-1878)
    • Reduce the number of versions displayed in a plugin (KTOR-3250)
    • Update Documentation and Code for Webjars Feature (KTOR-1885)
    • XForwardedHeaderSupport should let you specify which index (from end) to choose (KTOR-565)
    • Make migrations more configurable (KTOR-3617)
    • EAP Naming: main-number conflicts with dependencies (KTOR-2724)
    • ktor.io/learn typo (KTOR-3563)
    • Update Documentation and Code for HttpsRedirect Feature (KTOR-1879)
    • Provide better support for Ktor clients (KTOR-883)
    • Multiple messages around upgrading to new version (KTOR-3494)
    • HttpRequestRetry in KTOR 2.0 should allow for request altering between retries (KTOR-3544)
    • Deploy Ktor application to docker topic contains hard coded project name (KTOR-2852)
    • Improvements for Docker sample in documentation (KTOR-3294)
    • """io.ktor.serializaion.gson"" - package naming in 2.0" (KTOR-3527)
    • Drop client.get Operator Because of Ambiguity with get(URL) (KTOR-3487)
    • "Option ""Add imports for Ktor modules automatically"" doesn't work" (KTOR-3226)
    • Migrations are unavailable (KTOR-3570)
    • Pull Request - fix #​1970 - update MultiPartFormDataContent to allow contentType override using optional builder (KTOR-1833)
    • Pull Request - KTOR-1264 - Add UUID to DefaultConversionService (KTOR-1815)
    • Pull Request - Intercept pipeline at Setup phase for XForwardedHeaderSupport feature… (KTOR-1844)
    • Pull Request - Add locale to ThymeleafContent (KTOR-1838)
    • Objections to changing boundary to internal on MultiPartFormDataContent? (KTOR-325)
    • Fix Log Size for Java 11 Windows Build (KTOR-3535)
    • ByteChannelSequential freezes after closing due to race condition (KTOR-2776)
    • Apple Arm: 'Resolving NPM dependencies using yarn' returns 139 (KTOR-3561)
    • Change log level from INFO to ERROR for tests only (KTOR-3466)
    • Responding without contentLength freezes on CIO native (KTOR-3492)
    • webSocketSession freeze every time (KTOR-3460)
    • Exceptions are Swallowed in HttpClient.wss block (KTOR-3461)
    • Support receiving headers before sending body in CIO client engine (KTOR-3491)
    • Build and test on Apple Silicon Arm (KTOR-3248)
    • Prototype anchors in new plugins API (KTOR-3392)
    • Rename the 'Ios' client engine to more generic term to cover all Apple operating systems (KTOR-3394)
    • Update Samples to Ktor 2.0 (KTOR-3218)
    • Implement new Locations feature (KTOR-1706)
    • Fix old metadata publication (KTOR-3469)
    • JS Client doesn't support ServiceWorker (KTOR-3448)
    • Move Server Related Code from ktor-http-cio to ktor-server-cio (KTOR-3462)
    • Add Check if Feature is installed for WebSocket builders (KTOR-3459)
    • With test application should load environment from the application.conf (KTOR-2794)
    • TestEngineApplication - implement HttpClient API (KTOR-2416)
    • Inconsistent TestApplicationRequest and Client HttpRequestBuilder API's (KTOR-1246)
    • Server features instead of client in the client install block (KTOR-3412)
    • ContentNegotiation is missing in the plugins completion window (KTOR-3411)
    • Code Snippets use Groovy in build files as opposed to default Kotlin option for Wizard (KTOR-2190)
    • Improve documentation for native/Apple client engines (KTOR-3375)
    • IJ locked after attempt to create new run config in a dialog (KTOR-3385)
    • "High CPU consumption/Lock after project opening in org.jetbrains.kotlin.storage.getValue ; org.jetbrains.kotlin.idea.caches.resolve.IdeaResolverForProject" (KTOR-3337)
    • Update Ktor Plugin Description (KTOR-3388)
    • Add explicit menu action for migration (KTOR-3400)
    • Project Generated with eap-256 has Errors in Imports (KTOR-3397)
    • Update non-generic samples to 2.0 (KTOR-3285)
    • Support New Native Memory Model (KTOR-3217)
    • Simplify plugin descriptions in wizard, remove empty options (KTOR-3386)
    • Server for Kotlin Native (KTOR-746)
    • call.request.queryParameters decode plus as space (KTOR-3297)
    • Migrate existing plugins to RoutingScoped (KTOR-3201)
    • Bearer Authentication: Queue requests until refresh of tokens is completed (KTOR-3325)
    • Article about storing sensitive data and accessing it in application.conf (KTOR-3340)
    • Add parameter for specifying content-length in ApplicationCall#respondBytes (KTOR-3087)
    • Update Documentation and Code for CallId Feature (KTOR-1874)
    • Passing port 0 to start server on random port doesn't publish correct port to log (KTOR-3288)
    • Allow application environment configuration when running via commandLineEnvironment (KTOR-3027)
    • XForwardedHeaderSupport is installed late in the pipeline (KTOR-731)
    • Add locale to ThymeleafContent (KTOR-3313)
    • Add support for ports in withTestApplication (KTOR-725)
    • Error in 2.0 doc/sample for HttpClient retry (KTOR-3303)
    • Cyclic dependency issue in latest 2.0 (main branch) (KTOR-3240)
    • An error occurred when running a sample with the configured XML serializer (KTOR-3286)
    • respondOutputStream behind nginx fails (KTOR-346)
    • XML Support in Ktor (KTOR-489)
    • Start ktor server on random port (KTOR-686)
    • ProxyConfig.type checking for DIRECT instead of SOCKS (KTOR-1733)
    • Freeze the screen when I create routes (KTOR-3004)
    • Client: DefaultRequest apply defaults before request builder (KTOR-2877)
    • KDoc: HttpRequestBuilder.header actually appends header value, does not set it (KTOR-2492)
    • parameterOf() should have a variant that takes in a Map<String, List> (KTOR-399)
    • TLS relared tests are failing on CI (KTOR-3224)
    • [Ktor Client] CborFeature (KTOR-3174)
    • Jackson: receiveOrNull crashes with an exception when sending empty content (KTOR-727)
    • Jackson-backed ApplicationCall.receive does not throw ContentTransformationException (KTOR-614)
    • Remove Obsolete Check Cast from SuspendFunctionGun (KTOR-3178)
    • Ktor: Fold internal stack frames for HTTP server (KTOR-2274)
    • Support 2.0.0 in IDE (KTOR-3196)
    • Client HttpCache feature is not documented (KTOR-1279)
    • Feature to Plugin changes in Documentation (KTOR-2372)
    • Update server dependencies and imports in docs for 2.0.0 (KTOR-3150)
    • Add method to Client and ServerResponseException (KTOR-3128)
    • Add UUID to DefaultConversionService (KTOR-1264)
    • Prioritize text found in feature titles over descriptions (KTOR-2488)
    • SerializationException when serializing request body object of generic class type (KTOR-1019)
    • The 'Create test for Ktor module' intention actions changes files from other modules for a multimodule Gradle project (KTOR-3062)
    • Implementation for Simple API for writing features (KTOR-2480)
    • Wizard Plugin listing strange link (KTOR-2882)
    • Add filtering support in Ktor client response interceptor (KTOR-2992)
    • Nothing happens when no test routes is selected when generating Ktor test for module (KTOR-3095)
    • The 'Create test for Ktor module' intention action doesn't create any tests if routes are defined inside the extension function (KTOR-3079)
    • Allow using the client itself inside Auth plugin in the refreshTokens lambda. (KTOR-2977)
    • ADE at io.ktor.ide.plugins.add.KtorMarketplacePluginsUpdater.checkForUpdates (KTOR-3076)
    • Define completion priorities for Ktor keywords (KTOR-2773)
    • Adding features action in IDE (KTOR-2893)
    • Ktor Client JS: request to /example requests http://localhost/example (KTOR-453)
    • URLBuilder: Move Default Values to build() function (KTOR-1345)
    • Implement design about moving features from ktor-server-core (KTOR-1239)
    • Move server code to io.ktor.server.* package (KTOR-2865)
    • Impossible to modify response headers (KTOR-2822)
    • ApplicationConfig: how to iterate over keys and values of config (KTOR-2318)
    • Missing Locations params result in 404 instead of 400 (KTOR-447)
    • Implementation for Events Feature For Client Metrics (KTOR-2472)
    • Should return 405 when route exists but not for given method instead of 404 (KTOR-737)
    • Fix 2.0.0 branch compilation (KTOR-2603)
    • Query of pre-signed URL has been altered after decode and re-encode process (KTOR-778)
    • ApplicationCall.locationOrNull raises error (KTOR-1684)
    • ContentConverter.convertForSend should receive a KType (KTOR-444)
    • Make body nullable for request builder (KTOR-1400)
    • Send 100 Continue response only when getting a request to receive IncomingContent (KTOR-855)
    • v2.0.0

      Published 23 December 2021

      • EAP Naming: main-number conflicts with dependencies (KTOR-2724)
      • ktor.io/learn typo (KTOR-3563)
      • Multiple messages around upgrading to new version (KTOR-3494)
      • Deploy Ktor application to docker topic contains hard coded project name (KTOR-2852)
      • Improvements for Docker sample in documentation (KTOR-3294)
      • "io.ktor.serializaion.gson" - package naming in 2.0 (KTOR-3527)
      • Drop client.get Operator Because of Ambiguity with get(URL) (KTOR-3487)
      • Opti

      Configuration

      πŸ“… Schedule: At any time (no schedule defined).

      🚦 Automerge: Disabled due to failing status checks.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, click this checkbox.

      This PR has been generated by WhiteSource Renovate. View repository job log here.

      opened by renovate[bot] 1
    • Update Kotlin dependencies to v1.6.20 - autoclosed

      Update Kotlin dependencies to v1.6.20 - autoclosed

      WhiteSource Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlin.plugin.serialization | 1.6.10 -> 1.6.20 | age | adoption | passing | confidence | | org.jetbrains.kotlin.js | 1.6.10 -> 1.6.20 | age | adoption | passing | confidence | | org.jetbrains.kotlin.jvm | 1.6.10 -> 1.6.20 | age | adoption | passing | confidence | | org.jetbrains.kotlin.multiplatform | 1.6.10 -> 1.6.20 | age | adoption | passing | confidence | | org.jetbrains.kotlin:kotlin-test (source) | 1.6.10 -> 1.6.20 | age | adoption | passing | confidence | | org.jetbrains.kotlin:kotlin-gradle-plugin (source) | 1.6.10 -> 1.6.20 | age | adoption | passing | confidence |


      Release Notes

      JetBrains/kotlin

      v1.6.20

      Compiler
      New Features
      • KT-48217 Add an annotation JvmDefaultWithCompatibility to allow generating DefaultImpls classes if -Xjvm-default=all option is used
      • KT-49929 [FIR] Support programmatic creation of annotation class instances
      • KT-49276 Warn about potential overload resolution change if Range/Progression starts implementing Collection
      • KT-47902 Do not propagate method deprecation through overrides
      • KT-49857 Require Xcode 13 for building Kotlin/Native compiler
      • KT-47701 Support instantiation of annotation classes on Native
      • KT-46085 Support experimental parallel compilation of a single module in the JVM backend
      • KT-46603 Generate SAM-conversions to Java interfaces extending 'java.io.Serializable' as serializable using java.lang.invoke.LambdaMetafactory
      Performance Improvements
      • KT-50156 HMPP: Slow frontend/ide performance in OKIO (ExpectActualDeclarationChecker)
      • KT-50073 Performance regression in adapted function references
      • KT-50076 Performance regression in super call to an interface member in $DefaultImpls
      • KT-50080 Performance regression in string template with generic property with primitive upper bound
      • KT-50084 Performance regression in concatenation with 'String?'
      • KT-50078 Performance regression in for-in-array loop
      • KT-50039 Performance regression in inner class constructor call with default parameters
      • KT-48784 An anonymous class has fields for variables that are only used in the constructor
      • KT-42010 Generate IINC instruction for postfix increment in JVM_IR
      • KT-48433 JVM_IR don't generate null check on 'this$0' parameter of inner class constructor
      • KT-48435 JVM_IR ConstForLoopBenchmark performance regression
      • KT-48507 JVM_IR ForLoopBenchmark regressions
      • KT-48640 Performance regression in 'longDownToLoop' benchmarks
      • KT-29822 Generate specialized bytecode for loops withIndex over unsigned arrays
      • KT-48669 Generate optimizable counter loop for loops over indices of unsigned arrays
      • KT-49444 Possible performance degradation with UInt downTo loop
      • KT-48944 Possible performance regression with comparison of local KFunctions
      • KT-17111 Eliminate redundant store/load instructions when the value stored is simple
      • KT-36837 Generate more compact code for for-in-range loop in JVM_IR
      • KT-48947 JVM / IR Possible performance regression with string templates
      • KT-48931 JVM / IR: Performance degradation with string concatenation
      • KT-36654 Generate more compact bytecode for safe call in JVM_IR
      Fixes
      • KT-24643 Prohibit using a type parameter declared for an extension property inside delegate
      • KT-51747 Make KtCallableDeclaration.getContextReceivers default to preserve compatibility
      • KT-49658 NI: False negative TYPE_MISMATCH on nullable type with when
      • KT-43493 NI: @​BuilderInference prevents compilation error of "Operator '==' cannot be applied to 'Long' and 'Int'"
      • KT-51649 Kotlin/Native: reduce binary size of watchosArm32 and iosArm32 targets by limiting inlining of runtime functions
      • KT-48626 JVM IR: incorrect behavior for captured for-loop parameter since 1.6.20-dev-723
      • KT-51036 JVM / IR: "NullPointerException: Parameter specified as non-null is null" with synchronized and companion object
      • KT-51471 Native: incorrect debug information when inheriting suspend fun invoke implementation
      • KT-51352 "ClassCastException: class ScopeCoroutine cannot be cast to class Iterable" caused by coroutines and context receivers
      • KT-51271 "ArrayIndexOutOfBoundsException: Index 3 out of bounds for length 3" with inlining of context function
      • KT-47084 JVM IR: "AssertionError: inconsistent parent function for CLASS LAMBDA_IMPL" with tailrec function default parameter nested inline lambda
      • KT-30616 Script: "Don't know how to generate outer expression" for top-level variable reference from static context (companion object, enum)
      • KT-50520 "NPE: containingDeclaration.ac…lDeclarationType.REGULAR) must not be null" with implicit type on self-referencing lambda in a builder
      • KT-51353 IncompatibleClassChangeError: Expected non-static field com.soywiz.korim.color.Colors.BLACK
      • KT-48945 JVM IR: special bridge for get is not generated in a Map subclass
      • KT-48499 Interface call with an inline/value parameter generates AbstractMethodError after rebuilding the module, but NOT the file.
      • KT-49998 JVM: missing default value for annotation parameter of an unsigned type
      • KT-49793 JVM: IncompatibleClassChangeError: Expected non-static field when property delegation uses receiver of another delegated property
      • KT-51302 Kotlin/Native 1.6.20-M1 compiler fails because of assertion in NativeAnnotationImplementationTransformer
      • KT-51148 "AssertionError: At this stage there should be no remaining variables with proper constraints" caused by two type parameters
      • KT-50970 Kotlin/Native: use arm instruction set instead of thumb-2 for iosArm32 and watchosArm32 targets
      • KT-50843 Kotlin/Native: LLVM constant merge pass does not work for Kotlin constants
      • KT-51157 JVM / IR: "IndexOutOfBoundsException: Index: 1, Size: 1" caused by interface hierarchy and UInt method parameter
      • KT-50498 Exception after analysing an erroneous lambda
      • KT-50258 equals() returns false on the same enum instances if we check it for the second time in when
      • KT-51062 Progressions resolve changing warning isn't reported for Java methods
      • KT-48544 JVM / IR: "UnsupportedOperationException: Unknown structure of ADAPTER_FOR_CALLABLE_REFERENCE" with callable reference ::arrayOf
      • KT-50978 [Native] Error while building static cache: NoSuchElementException at IrTypeInlineClassesSupport.getInlinedClassUnderlyingType(InlineClasses.kt:341)
      • KT-50977 [Native] Error while building static cache: IllegalStateException: Class CLASS ENUM_ENTRY is not found at KonanIrlinkerKt.findClass(KonanIrlinker.kt:229)
      • KT-50976 [Native] Error while building static cache: IllegalStateException: No descriptor found at DescriptorByIdSignatureFinder.findDescriptorForPublicSignature(DescriptorByIdSignatureFinder.kt:157)
      • KT-51040 Type inference fails on 1.6: "Cannot use 'CapturedType(*)' as reified type parameter" with EnumSet and elvis operator
      • KT-51080 Line number in mapping for the first instruction is lost
      • KT-49526 JVM IR: Function reference with non-denotable intersection type argument is not inlined and is incorrectly approximated
      • KT-50399 Error: unexpected variance in super type argument: out @​0
      • KT-50649 JVM IR: ClassCastException when returning Result as generic type
      • KT-50617 JVM IR: java.lang.IndexOutOfBoundsException "Empty list doesn't contain element at index 0" when class and interface have the same name and extension function is used
      • KT-50856 SAM conversion generates invalid bytecode for generics
      • KT-45693 False negative INCOMPATIBLE_TYPES with when with generic subject
      • KT-49903 JVM IR: InlineOnly optimization leads to behavior change for println with mutating System.out
      • KT-51022 Fix error messages for resolution ambiguity with stub types
      • KT-51035 PSI2IR: "org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtCallExpression:" caused by recursive call of java function
      • KT-50797 Implement fix for false negative UPPER_BOUND_VIOLATED with generic typealias using not all type parameters as arguments for underlying type
      • KT-50878 Usage of contextual declarations from third-party library is allowed without -Xcontext-receivers
      • KT-49829 Wrong "cast can never succeed" diagnostic with builder inference
      • KT-49828 Improve builder inference diagnostics with overload resolution ambiguity
      • KT-50989 CCE cause by EmptySubstitutor in ResolutionWithStubTypesChecker
      • KT-49729 Implement deprecation warning for private constructors of sealed classes
      • KT-49349 Implement deprecation for invalid if as expression in rhs of elvis
      • KT-46285 [SEALED_SUPERTYPE_IN_LOCAL_CLASS] Error message isn't adopted to local objects and sealed interfaces
      • KT-49002 Allow OptIn marker on override if base class has the same marker
      • KT-48899 Report warnings on overrides with wrong types nullability
      • KT-49461 Implement prohibitation of access to members of companion of enum class from initializers of entries of this enum
      • KT-49754 Kotlin/JS: @​JsExport on enum class reports NON_EXPORTABLE_TYPE warning
      • KT-49598 Misleading error message "Using @​JvmRecord is only allowed with -jvm-target 15 and -Xjvm-enable-preview flag enabled"
      • KT-44133 Inline classes: class literal in annotation arguments uses underlying type
      • KT-47703 ClassCastException: Programmatically created annotation can't hold Array<KClass<*>>
      • KT-47549 JVM / IR: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER CONTINUATION_CLASS caused by suspend function inside "fun interface" in another file
      • KT-50120 HMPP: False positive [NO_VALUE_FOR_PARAMETER] for expect function usages
      • KT-49864 JVM IR: NoSuchMethodError calling default interface method with inline class return type in -Xjvm-default=all mode
      • KT-49812 JVM / IR: "java.lang.VerifyError: Bad return type" when using Result type attribute + extension function with same name
      • KT-49936 Extension property in a data class with the same name as the constructor parameter leads to incorrect component function being resolved and generated
      • KT-48181 "ISE: Null argument in ExpressionCodegen for parameter VALUE_PARAMETER" on creating instance of kotlin.Metadata
      • KT-50215 VerifyError caused by missing cast after is check in when
      • KT-49977 "Parameter specified as non-null is null" when inline class implements interface method with default parameters
      • KT-50385 DUPLICATE_LABEL_IN_WHEN is reported on incorrect branches
      • KT-49092 JVM: ArrayIndexOutOfBoundsException on compiling call with if expression and TODO() arguments
      • KT-48987 JVM / IR: Smartcast, which never succeed, crashes the compiler
      • KT-50277 Invalid bytecode generated for inline lambda in suspend function
      • KT-50219 FIR DFA/CFA: no smart cast after null check and assignment
      • KT-44561 FIR DFA: extract non-null info from comparison against variable with initial constant value
      • KT-44560 FIR DFA: propagate non-null info to original variables in not-null assertion or cast expression
      • KT-50278 FIR: accidental resolve to inaccessible value parameter
      • KT-47483 JVM IR: "NoSuchElementException: Sequence contains no element matching the predicate" on compiling Array instantiation with TODO
      • KT-50304 EXC_BAD_ACCESS at IntrinsicsNative.kt starting coroutine on object with suspend fun as supertype
      • KT-49765 JVM: ClassCastException when trying to add object to EmptyList
      • KT-46879 "AssertionError: Stack should be spilled before suspension call" with Flow and reified type
      • KT-50172 "AssertionError: Not a callable reflection type" on local function reference with the same name as local variable
      • KT-49443 JVM IR, Script: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" with constructor call of class that has a top-level extension function call
      • KT-50193 Garbage collection is not working the same way after jvm-ir-backend change
      • KT-19424 Compilation exception for script with property delegate calling operator invoke on an object
      • KT-43995 Script: "IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER" if companion object initializer calls method on list
      • KT-47000 Allow graceful migration to -Xjvm-default=all-compatibility by allowing to inherit from interfaces even in the old (-Xjvm-default=disable) mode
      • KT-50180 FIR: not enough information to infer type variable for definitely not null type
      • KT-50163 FIR: ISE unsupported compile-time value BLOCK on complex annotations
      • KT-50171 JVM IR: "UninitializedPropertyAccessException: Parent not initialized: IrVariableImpl" on SAM-converted property setter reference with Double parameter inside lambda
      • KT-50140 Internal error on explicit string concatenation of generic type value with 'String' upper bound
      • KT-49992 Anonymous object should not have access to private members from supertypes
      • KT-49973 Check existing of default error message for all diagnostics
      • KT-50019 Property delegated to callable reference: "ISE: Local class should have its name computed in InventNamesForLocalClasses" with -Xno-optimized-callable-references
      • KT-49645 JVM / IR: "IllegalStateException: Local class should have its name computed" caused by default suspend function in interface and value class
      • KT-50028 Incorrect implicit casts from Unit
      • KT-49615 JVM / IR: "Exception during IR lowering" with list of value classes with non-trivial constructor inside suspend lambda
      • KT-49127 FIR: smart cast is not performed after comparison
      • KT-48708 Incorrect cast from Unit to Int
      • KT-48376 FIR: False positive UNITIALIZED_VARIABLE after try/finally with return from try
      • KT-48113 FIR: (false) positive EQUALITY_NOT_APPLICABLE for intersection with platform type
      • KT-48305 FIR: incorrect raw type cast
      • KT-48378 FIR: synthetic accessor lowering should not attempt to modify other files
      • KT-48634 FIR: false property-setter-function resolve cycle
      • KT-48621 FIR: SyntheticAccessorLowering should not attempt to modify other files for protected JvmField
      • KT-48381 Invalid LLVM module: verification failure of createInlineClassInArgumentPosition.kt
      • KT-48527 Native: top-level properties in files with @​Test functions are initialized eagerly even if lazy initialization is enabled
      • KT-48559 IllegalArgumentException: Unexpected super type argument: * @​ 0 during IR lowering
      • KT-48687 IR dump mismatch after deep copy with symbols in IR text test
      • KT-44811 [FIR] Exception in body resolve of new contracts
      • KT-48363 FIR behaves differently in case of resolution between classifier and top-level property
      • KT-48801 "AssertionError: Stack should be spilled before suspension call" with Flow and crossinline
      • KT-46389 JVM / IR: "ClassCastException: class IrGetValueImpl cannot be cast to class IrConst" with inheritance of supertypes member functions with similar signatures
      • KT-47797 Regression during migration to 1.6 in compiler
      • KT-47987 Can't infer a postponed type variable based on callable reference receiver type
      • KT-48446 "IllegalStateException: IrErrorType (getErasedUpperBound)" caused by suspend function reference
      • KT-48651 Collect intermediate annotations during type expanding
      • KT-48754 JVM IR: in EnclosingMethod leads to IncompatibleClassChangeError on Android 5.0
      • KT-45034 Use the new type inference for top-level callable references
      • KT-49001 OptIn marker should spread from class to its members, taking into account real dispatch receiver type
      • KT-49038 Generics are discriminated during callable references resolution (false negative)
      • KT-48954 JVM IR: IllegalAccessError when using Java method reference in constructor
      • KT-48284 JVM / IR: "IllegalStateException: Function has no body: FUN STATIC_INLINE_CLASS_REPLACEMENT" caused by inline member toString of value class and string interpolation
      • KT-49053 JVM / IR: "AssertionError: Unbound symbols not allowed" on inheriting a protected Java method that returns a package private class from a differently-named file
      • KT-49106 JVM: infinite recursion with overridden default suspend interface method where override calls super
      • KT-45345 FIR DFA: FirDataFlowAnalyzer seems to add wrong type constraints for type parameters
      • KT-44513 FIR DFA: extract non-null info from x?.y!!
      • KT-44559 FIR DFA: propagate non-null info from not-null assertion (!!)
      • KT-49073 FIR: REDUNDANT_MODIFIER and DEPRECATED_MODIFIER_PAIR should be warnings
      • KT-46371 FIR: Investigate FunctionType -> ExtensionFunctionType coercion
      • KT-49078 FIR: false positive TYPE_VARIANCE_CONFLICT
      • KT-47135 FIR: local class references does not compile
      • KT-48600 NON_TAIL_RECURSIVE_CALL missing for calls inside lambda
      • KT-48602 NON_TAIL_RECURSIVE_CALL missing for calls with explicit dispatch receiver to a singleton
      • KT-48982 JVM / IR: KotlinNothingValueException caused by function with local object
      • KT-49087 FIR: false positive REPEATED_ANNOTATION
      • KT-48648 JVM IR: "AssertionError: Should be primitive or nullable primitive type" with @​JvmField generic property with Number upper bound
      • KT-49069 FIR: False positive INAPPLICABLE_JVM_NAME on getter
      • KT-49203 JVM IR: "AssertionError: Unbound symbols not allowed" with lateinit var and plusAssign operator convention call
      • KT-48993 JVM / IR: "IllegalStateException: Validation failed in file <multi-file facade ...>" using @​JvmMultifileClass and one of the symbols in the file exposes a @​JvmInline value class
      • KT-48938 FIR: Investigate how priorities should work in case SAM-conversion + type parameters
      • KT-49129 FIR: false positive of INNER_CLASS_OF_GENERIC_THROWABLE_SUBCLASS
      • KT-49076 FIR: false positive "An annotation argument must be compile-time constant" on array of imports
      • KT-49222 FIR: StackOverflow in MethodSignatureMapper
      • KT-49083 FIR erroneously requires default value parameters for override calls when imported from object
      • KT-49135 FIR: ambiguity between type alias and function
      • KT-49134 FIR makes no difference between lambda with empty parameter list and without explicit parameter list
      • KT-49301 FIR: Unresolved reference: for object inherited from inner class
      • KT-49070 FIR: ABSTRACT_CLASS_MEMBER_NOT_IMPLEMENTED with type parameter / class conflict
      • KT-49133 FIR: protected java.lang.Throwable constructor is not available
      • KT-49407 JVM / IR: "java.lang.VerifyError: Bad local variable type" with "Int.mod" inside "Long.mod" and non-trivial argument
      • KT-44975 SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC: confusing error message
      • KT-38698 MANY_INTERFACES_MEMBER_NOT_IMPLEMENTED error message: interface is called a "class"
      • KT-45001 Confusing warning message "This class can only be used with the compiler argument" for @​OptIn annotation
      • KT-49411 JVM / IR: NullPointerException during IR lowering with @​JvmField property in loop range
      • KT-49260 FIR: make FirBasedSymbol hierarchy to correspond FirDeclaration hierarchy
      • KT-49289 FIR: false positive "return required" for if/else with inlined return in branch
      • KT-49316 JVM / IR: "AssertionError: SyntheticAccessorLowering should not attempt to modify other files!" caused by unreachable code which try to modify val from the other package
      • KT-45915 NoDescriptorForDeclarationException: Descriptor wasn't found for declaration FUN with circular module dependencies in JPS
      • KT-49288 FIR2IR: consider generating all fake override calls properly
      • KT-42784 FIR2IR: first create fake overrides, then bind overridden to them
      • KT-48816 Kotlin/Native Symbol for public platform.darwin/NSObject|null[100] is unbound
      • KT-49372 JVM / IR: Incorrect work of the loop optimization for mutable variable
      • KT-49356 Native: UnsupportedOperationException: RETURNABLE_BLOCK caused by nested return with boxing and inline
      • KT-49659 JVM IR: Missing value class mangling in SAM wrappers for fun interfaces from different modules
      • KT-47101 Incorrect scope for supertypes in companion objects
      • KT-49360 Invalid LLVM module: "inlinable function call in a function with debug info must have a !dbg location"
      • KT-48430 JVM: ClassCastException with inline class as generic argument for type parameter used in a function type
      • KT-49575 IllegalArgumentException: Unhandled intrinsic in ExpressionCodegen with circular module dependencies in JPS
      • KT-47669 IR inliner doesn't handle inner class functions referring outer this
      • KT-48668 JVM IR: "ISE: Value at CLASS must not be null for CLASS" for modules with a dependency cycle
      • KT-49370 JVM / IR: "java.lang.VerifyError: Bad local variable type" with "fun Long.mod" and non-trivial argument
      • KT-46744 Memory Leaks in Kotlin daemon
      • KT-48806 False-negative USED_AS_EXPRESSION for unreachable catch clauses
      • KT-45972 FIR: type is incorrectly resolved to private
      • KT-46968 Remove FirCompositeScope from type resolve
      • KT-49072 FIR: accidental resolve to private-in-file type
      • KT-34822 FIR scopes: deal with nested / inner classes and type parameter priority
      • KT-49702 Exception from RENDER_WHEN_MISSING_CASES diagnostic on malformed sealed class inheritor
      • KT-49860 [FIR] Add smartcast expression to synthetic subj access
      • KT-49836 Inference fails on lambda and adjacent function expressions with receiver
      • KT-49832 Inference fails on lambda for function types with extension parameter
      • KT-44022 Excessive diagnostics range for DECLARATION_CANT_BE_INLINED
      • KT-48690 VERSION_REQUIREMENT_DEPRECATION_ERROR message: use current compiler version instead of language version
      • KT-49609 Incorrect grammar in DATA_CLASS_NOT_PROPERTY_PARAMETER error message
      • KT-49600 Misspelled error message for non-constructor properties with backing fields in @​JvmRecord class
      • KT-49339 Warn about synchronizing on value classes
      • KT-49950 Compilation failed: An operation is not implemented: IrBasedTypeParameterDescriptor
      • KT-43604 Problem with initialization order
      • KT-23890 Default arguments are not transferred from expect generic member functions
      • KT-48811 Expect/actual class with default constructor argument values can not be instantiated from a shared source set without passing arguments (with HMPP enabled)
      • KT-48106 FIR: incorrect type inference in provideDelegate receiver
      • KT-48325 Safe call operator prevents object from being garbage collected before leaving function
      • KT-50004 Linking kotlinx.serialization crashes on Native and JS IR backends
      • KT-49311 Missing FIR checker for unresolved references in import statement
      • KT-48104 FIR does not see NotNull/Nullable annotations on type arguments
      • KT-46812 [FIR] Make FIR diagnostics not related to Diagnostics from FE 1.0
      • KT-37374 [FIR] Add CheckInfixModifier resolution stage
      • KT-38351 FIR: Support CheckOperatorModifier resolution stage
      • KT-39614 [FIR] Fix building CFG for different candidates of plus assign call
      • KT-40197 [FIR] Strange Behaviour of Type Arguments
      • KT-40362 [FIR] Match type arguments with type parameters of corresponding qualifier
      • KT-40375 FIR: No transformation implicit type -> error type for function value parameters
      • KT-40585 [FIR] Incorrect type for 1/1.0
      • KT-42525 [FIR] Incorrect IR produced for java.lang.Byte.MAX_VALUE
      • KT-43359 FIR: Check applicability type for callable reference with unbound receiver
      • KT-43378 FIR: Support or prohibit via call checker callable references to member extensions
      • KT-43289 FIR: Correctly load irrelevant override for special built-ins
      • KT-44558 Annotation arguments const expr support is missing in FIR
      • KT-45223 [FIR] Ambiguity between explicit and synthetic removeAt
      • KT-42215 FIR: callable reference resolution with type constraints at call-sites
      • KT-45520 FIR: NONE_APPLICABLE for unsafe call to function with overloads instead of UNSAFE_CALL
      • KT-46410 [FIR] Transform of FirAugmentedArraySetCall leaves erroneous nodes in control flow graph
      • KT-46421 FIR: Investigate builder-inference cases
      • KT-43948 FIR: hidden unresolved callable reference
      • KT-46558 FIR DFA: run once contract is not considered when analyzing lambda
      • KT-47125 FIR: Do not avoid trivial constraints if they aren't from upper bounds
      • KT-43691 FIR: false positive VARIABLE_INITIALIZER_IS_REDUNDANT with usage in try...finally
      • KT-37311 [FIR] Support inference of callable references with type variable as expected type
      • KT-31972 Error type encountered: org.jetbrains.kotlin.types.ErrorUtils$UninferredParameterTypeConstructor@1f5b38c (ErrorType).
      • KT-48761 Report NO_TAIL_CALLS_FOUND on 'tailrec' modifier, not on the whole function header
      • KT-47647 NI: Function reference to Java static method can't compile if passed directly as KFunction1 parameter
      • KT-46995 Fix setters implicit types only resolved on full body resolve
      • KT-46359 Kotlin 1.5 lambda is not Java-serializable by default
      • KT-49282 FIR: suspend conversion does not work inside suspend lambda
      • KT-48953 FIR: implement diagnostic DELEGATE_USES_EXTENSION_PROPERTY_TYPE_PARAMETER
      • KT-38813 FIR: Report INSTANCE_ACCESS_BEFORE_SUPER_CALL diagnostic on receiver usages in secondary constructors headers
      • KT-49657 FIR: accidental override with get:JvmName
      • KT-49655 FIR: smart cast is not performed after update of var to not-null value in branch
      Docs & Examples
      • KT-51086 [Docs] [Build Tools] Allow to configure additional jvm arguments for 'KaptWithoutKotlincTask`
      • KT-50563 [Docs] [Build Tools] Deprecate kotlin.experimental.coroutines Gradle DSL option and kotlin.coroutines property
      • KT-50580 [Docs] [Kotlin/Native] Support instantiation of annotation classes on Native
      • KT-50874 [Docs] [Language] Add ability to specify generic type parameters as not-null
      • KT-50564 [Docs] [K/JS] Ensure that @​AfterTest is invoked after the @​Test function completes for asynchronous tests
      IDE
      New Features
      • KTIJ-20169 Link to What's new in a notification about new Kotlin version
      Performance Improvements
      • KTIJ-20568 Optimize SubpackagesIndexService#hasSubpackages
      Fixes
      • KTIJ-13020 New compiler settings are applied only after the project is reloaded
      • KTIJ-21154 StackOverflowError on Companion.extractPotentiallyFixableTypesForExpectedType that causes "Syntax highlighting has been temporarily turned off"
      • KTIJ-20129 Load "@​NotNull T" types from libraries as definitely non-nullable if any module in project loads such types as definitely non-nullable
      • KTIJ-9793 UAST: KotlinAbstractUElement.equals fails for psi-less elements
      • KTIJ-16203 UAST: Annotating assignment expression sometimes leads to UnknownKotlinExpression
      • KTIJ-18720 UAST: @​Deprecated(level=DeprecationLevel.HIDDEN) makes method visibility be dropped
      • KTIJ-18039 @​Deprecated(level=HIDDEN) elements return false for isDeprecated()
      • KTIJ-18716 KotlinUMethodWithFakeLightDelegate.hasAnnotation() doesn't find annotations
      • KTIJ-20220 Kotlin plugin crashes very often
      • KTIJ-20308 Syntax highlighting is temporary suspended for file ... due to internal error
      • KTIJ-6085 Exception Incorrect CachedValue... with KtUltraLightMethodForSourceDeclaration
      • KTIJ-18977 Do not show warning Outdated bundled kotlin compiler if there are no compatible plugin with newer compiler
      • KTIJ-20253 Consider supporting special highlighting for definitely non-null types
      • KT-42194 OOME: Java heap space from incremental compilation
      • KTIJ-13019 "Add '-Xopt-in=kotlin.io.path.ExperimentalPathApi' to module untitled1 compiler arguments" only works until the project is reloaded
      IDE. Completion
      • KTIJ-20095 Optimize FilterOutKotlinSourceFilesScope#contains
      • KTIJ-16250 Completion of override with return type annotated with TYPE_USE-targeted annotation suggests two duplicate entries
      IDE. Debugger
      • KTIJ-20716 JVM Debugger in common code can't get JVM-specific view on common code and fails
      • KTIJ-18562 JVM debugger: coroutineContext.job causes "Failed to generate expression: KtNameReferenceExpression"
      • KTIJ-20019 MPP Debugger: NSFE β€œField not found” on accessing property with explicit getter from common code in Evaluate expression/Watcher
      • KTIJ-19990 MPP Debugger: Evaluate expression for some stdlib in common source set fails with Method threw 'java.lang.ClassNotFoundException' exception.
      • KTIJ-20929 MPP Debugger: in a project with single JVM target evaluation of expect function fails with 'NoSuchMethodError' exception in common context
      • KTIJ-20956 Debugger: coroutine debugger fails to load sometimes
      • KTIJ-20775 MPP Debugger: Evaluate expression for actual typealiases in jvm source set fails with Method threw 'java.lang.ClassNotFoundException' exception.
      • KTIJ-20712 MPP Debugger: evaluator fails when evaluating expect function
      • KTIJ-19344 K/N debugger shows all types as ObjHeader in variable view.
      IDE. Gradle Integration
      • KTIJ-20097 HMPP+Android Project that depends on pure Android Lib fails to import in IDEA
      • KTIJ-20756 MPP targeting Android and JVM reports 'The feature "multi platform projects" is experimental and should be enabled explicitly'
      • KTIJ-20745 Gradle: NSEE β€œKey main is missing in the map.” on project import in AS 212 + Kotlin 1.6.20
      • KT-47570 MPP, IDE: kotlin-test-common leaks into dependencies of platform-specific source sets
      • KTIJ-19541 IDE: Kotlin Facets aren't created for Gradle projects added via includeBuild
      • KT-48882 MPP IDE import: Failing cinterop Gradle tasks shall not fail import
      • KTIJ-18135 MPP, IDE: False positive "No value passed for parameter" in CommonTest when expect declaration has default value and actual does not
      IDE. Inspections and Intentions
      New Features
      • KTIJ-12437 Add inspection to detect redundant (obsolete, unused) @​OptIn annotations
      • KTIJ-15780 Add quickfix for migration of Experimental -> RequiresOptIn
      • KTIJ-18865 Provide quick fixes for OptIn markers on forbidden targets
      • KTIJ-18439 Make suggestions for applying opt-in quickfixes more distinct
      • KTIJ-19985 Provide quickfix for SAFE_CALL_WILL_CHANGE_NULLABILITY diagnostic
      Fixes
      • KTIJ-20550 False positives in "Unnecessary '@​OptIn' annotation" inspection
      • KTIJ-20993 Quick-fix for NULLABILITY_MISMATCH_BASED_ON_JAVA_ANNOTATIONS leads to unreachable code
      • KTIJ-20557 Quick fix to add Any as an upper bound for type parameter to make it non-nullable
      • KTIJ-20827 Process type mismatch compiler warnings to provide a corresponding quick fix
      • KTIJ-12578 "Make abstract" quick fix for missing abstract members implementations could warn of potentially broken inheritance
      • KTIJ-20425 Quick fix to replace @NotNull parameter type T with a definitely non-nullable type T & Any
      • KTIJ-19997 Inspection "Possibly blocking call in non-blocking context could lead to thread starvation" suggests "Wrap call in 'withContext'" resulting in red code
      • KTIJ-18291 Quickfix "Add @​OptIn() annotation" adds the annotation to primary constructor when invoked on primary constructor parameter
      • KTIJ-19512 Implement IDE support for new rules of deprecation inheritance
      • KTIJ-20156 Exception when applying 'Convert to with'
      • KTIJ-20290 Forbid "move to constructor" intention if class contains secondary constructor
      • KTIJ-20288 Forbid "move to constructor" intention for actual classes with actual constructor
      • KT-49736 Introduce import alias fails when qualifier is unresolved
      • KTIJ-18743 "Redundant nullable return type" applied on actual method doesn't change the signature of expect
      • KTIJ-12343 Inspection "Sealed sub-class has no state and no overridden equals" is applied incorrectly to expect/actual declarations of sealed classes with nested subclasses
      • KTIJ-19406 The "Add @​OptIn(...)" quick fix does not shorten the annotation when adding an argument to the existing annotation
      • KTIJ-12351 generate equals & hashCode() by identity intention generates incompilable code for multiplatform project modules
      • KTIJ-13227 Forbid "move property to constructor" for actual classes with actual constructor having at least one parameter already
      • KTIJ-11328 No quick fixes are suggested for annotation from experimental API used with file target
      • KTIJ-14427 Meta-annotation value isn't updated for all the corresponding parts of a multiplatform annotation
      • KTIJ-19735 NSME org.jetbrains.kotlin.idea.quickfix.KotlinSingleIntentionActionFactory org.jetbrains.kotlin.idea.quickfix.RemoveModifierFix on IJ212 + Kotlin master
      IDE. Navigation
      IDE. Refactorings. Extract Function
      • KTIJ-10026 Refactor / Extract function: Adds unnecessary nullability annotations for parameters coming from NotNull or Nullable Java methods
      • KTIJ-15823 Refactor / Extract Function: resulted declaration gets no @​OptIn from original function when necessary
      IDE. Refactorings. Move
      • KTIJ-5661 [Tests] MoveRefactoring: Fix ignored incorrect tests of crossmodule declaration moving
      IDE. Wizards
      • KTIJ-19232 New project wizard: delete MPP Mobile-Library and Application templates
      • KTIJ-20878 Unable to create project with Kotlin Project Wizard when JDK 17 is used.
      • KTIJ-20244 Compose MPP project from wizard requires minCompileSdk=31
      • KTIJ-20781 Update kotlin-wrappers version in wizard
      JS. Tools
      • KT-47387 KJS: Support Apple Silicon for node distrib download
      JavaScript
      New Features
      • KT-44494 KJS / IR: Allow enum classes to be exported
      • KT-43224 KJS: Allow using inline classes in external types
      • KT-35100 Make Char inline class in K/JS
      • KT-42936 KJS IR: Support js-code test directives similar to legacy
      • KT-47525 KJS / IR: Support protected members in d.ts generation
      • KT-50110 KJS / IR: Enable properties lazy initialization by default
      Performance Improvements
      • KT-46443 KJS / IR: Improve CharArray and Char performance
      • KT-45665 KJS / IR: equals on inline value classes is boxed
      • KT-43644 KJS / IR: Avoid creating lambda classes
      Fixes
      • KT-51685 KJS / IR: TypeError: collection.iterator_jk1svi_k$ regression in Kotlin 1.6.20-RC2
      • KT-51523 KJS IR: "Uncaught TypeError: a._get_length__2347802853_w7ahp7_k$ is not a function"
      • KT-51700 KJS / IR: Compiler uses wrong function with List
      • KT-51222 KJS / IR: "RangeError: Maximum call stack size exceeded": Default function overloads marked with @​JsExport are broken
      • KT-45054 KJS: Export secondary constructors as class static methods
      • KT-37916 KJS: .d.ts generation not working for enum classes
      • KT-48199 KJS / IR: Improve error message for linkage problems
      • KT-51030 KJS / IR: internal class that implements public interface is missing getters
      • KT-45434 KJS: "WRONG_EXPORTED_DECLARATION" when using JsExport on interfaces
      • KT-50934 KJS / IR: Re-export all JS-exports from the main module for the multi-module mode
      • KT-45620 KJS / IR: Remainder of division of Int.MIN_VALUE by -1 is negative zero (-0)
      • KT-44981 KJS / IR crashes on kotlin.js.js calls with complex constexpr
      • KT-41964 KJS IR: Reference to local variable and parameter from js fun could be broken unexpectedly
      • KT-50682 Kotlin/JS: IR + IC: TypeError "Cannot read properties of undefined" when properties from different sources refer one another in initializers
      • KT-50175 Kotlin/JS, IR: with incremental compilation top level properties initialization is not lazy
      • KT-40236 KJS: IR. Invalid override for external field with @​JsName
      • KT-46525 KJS / IR: Generate context-dependent names for lambdas and object expressions
      • KT-49779 KJS / IR: Exported abstract class implementing interface no

      Configuration

      πŸ“… Schedule: At any time (no schedule defined).

      🚦 Automerge: Disabled due to failing status checks.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, click this checkbox.

      This PR has been generated by WhiteSource Renovate. View repository job log here.

      opened by renovate[bot] 1
    • Update dependency eclipse-temurin to v18

      Update dependency eclipse-temurin to v18

      WhiteSource Renovate

      This PR contains the following updates:

      | Package | Type | Update | Change | |---|---|---|---| | eclipse-temurin | final | major | 17 -> 18 | | eclipse-temurin | stage | major | 17 -> 18 |


      Configuration

      πŸ“… Schedule: At any time (no schedule defined).

      🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, click this checkbox.

      This PR has been generated by WhiteSource Renovate. View repository job log here.

      opened by renovate[bot] 1
    • Update org.jetbrains.kotlin-wrappers

      Update org.jetbrains.kotlin-wrappers

      WhiteSource Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlin-wrappers:kotlin-react-redux | 7.2.6-pre.276-kotlin-1.6.0 -> 7.2.6-pre.290-kotlin-1.6.10 | age | adoption | passing | confidence | | org.jetbrains.kotlin-wrappers:kotlin-redux | 4.1.2-pre.276-kotlin-1.6.0 -> 4.1.2-pre.290-kotlin-1.6.10 | age | adoption | passing | confidence | | org.jetbrains.kotlin-wrappers:kotlin-react-router-dom | 6.0.2-pre.276-kotlin-1.6.0 -> 6.2.1-pre.290-kotlin-1.6.10 | age | adoption | passing | confidence |


      Configuration

      πŸ“… Schedule: At any time (no schedule defined).

      🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

      β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

      πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


      • [x] If you want to rebase/retry this PR, click this checkbox.

      This PR has been generated by WhiteSource Renovate. View repository job log here.

      opened by renovate[bot] 1
    • chore(deps): update eclipse-temurin docker tag to v19 - autoclosed

      chore(deps): update eclipse-temurin docker tag to v19 - autoclosed

      Mend Renovate

      This PR contains the following updates:

      | Package | Type | Update | Change | |---|---|---|---| | eclipse-temurin | final | major | 17 -> 19 | | eclipse-temurin | stage | major | 17 -> 19 |


      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, click this checkbox.

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • chore(deps): update eclipse-temurin docker tag to v18 - autoclosed

      chore(deps): update eclipse-temurin docker tag to v18 - autoclosed

      Mend Renovate

      This PR contains the following updates:

      | Package | Type | Update | Change | |---|---|---|---| | eclipse-temurin | final | major | 17 -> 18 | | eclipse-temurin | stage | major | 17 -> 18 |


      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, click this checkbox.

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • fix(deps): update ktor to v2.1.0

      fix(deps): update ktor to v2.1.0

      Mend Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | io.ktor:ktor-resources | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-serialization-kotlinx-cbor | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-serialization-kotlinx-json | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-client-curl | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-client-js | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-client-cio | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-client-mock | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-client-content-negotiation | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-client-resources | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-client-core | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-test-host | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-sessions | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-status-pages | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-auth | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-compression | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-default-headers | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-content-negotiation | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-cors | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-call-logging | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-resources | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-cio | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence | | io.ktor:ktor-server-core | 2.0.3 -> 2.1.0 | age | adoption | passing | confidence |


      Release Notes

      ktorio/ktor

      v2.1.0

      Compare Source

      Published 11 August 2022

      • Add YAML Configuration Format Support (KTOR-3572)
      • Allow overriding HSTS settings per host (KTOR-4578)
      • CORS: Pattern matching for origin (KTOR-316)
      • Darwin: Allow setting custom NSURLSession (KTOR-583)
      • Support setting caching options on call (KTOR-457)
      • Revert default behavior of string encoding for ContentNegotiation and JsonPlugin (KTOR-4739)
      • Make Content-Length header validation optional (KTOR-4655)
      • Client resources plugin miss builders for PATCH method (KTOR-4658)
      • The awaitSuspend method wakes up early in closed ByteChannelSequential (KTOR-4597)
      • HttpCache plugin does not support max-stale directive (KTOR-4610)
      • Incoming request body validation (KTOR-503)
      • Client does not support sending or receiving json null value (KTOR-745)
      • Jetty: Content Length exception when body size is greater than 4096 bytes (KTOR-4622)
      • Darwin: configureRequest doesn't actually configure a NSMutableURLRequest when HTTP request is made (KTOR-4719)
      • OAuth2: Allow sending extra parameters for authorization and access token requests (KTOR-2128)
      • Java engine: Allow configuring HTTP version (KTOR-4609)
      • ContentEncoding: body<ByteArray>() receives truncated array (KTOR-4653)
      • Support configuring Netty codec limits via application config (KTOR-4636)
      • [OkHttp] StreamRequestBody should override isOneShot or allow multiple reads of request body (KTOR-4637)
      • OverridingClassLoader fails to delegate to parent for resources (KTOR-4004)
      • OkHttp and iOS: request with only-if-cache directive in Cache-Control header fails with 504 when match is stale (KTOR-4127)
      • Allow Pebble to use Accepted Language header for built-in i18n support (KTOR-4593)
      • Test engine can't handle concurrent requests (KTOR-4572)
      • Parameters of cloned UrlBuilder affect parameters of an original builder (KTOR-4573)
      • Reified type causes ApplicationCall.receive() throw UnsupportedOperationException (KTOR-3715)
      • ApplicationConfig lacks the ability to export a part of the config to a third-party library (KTOR-4416)
      • Path parameter doesn't get encoded in type safe requests (KTOR-3953)
      • Update Kotlin to 1.7.0 (KTOR-4450)
      • Bump jteVersion from 2.0.3 to 2.1.2 (KTOR-4648)

      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Enabled.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, click this checkbox.

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • chore(deps): update sqldelight to v1.5.4

      chore(deps): update sqldelight to v1.5.4

      Mend Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.squareup.sqldelight | 1.5.3 -> 1.5.4 | age | adoption | passing | confidence | | com.squareup.sqldelight:coroutines-extensions | 1.5.3 -> 1.5.4 | age | adoption | passing | confidence | | com.squareup.sqldelight:sqlite-driver | 1.5.3 -> 1.5.4 | age | adoption | passing | confidence |


      Release Notes

      square/sqldelight

      v1.5.4: Version 1.5.4 (2022-10-06)

      Compare Source

      This is a compatibility update for Kotlin 1.7.20 and AGP 7.3.0


      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Enabled.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, check this box

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • chore(deps): update org.jetbrains.kotlin:* to v1.7.21

      chore(deps): update org.jetbrains.kotlin:* to v1.7.21

      Mend Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlin.plugin.serialization (source) | 1.7.10 -> 1.7.21 | age | adoption | passing | confidence | | org.jetbrains.kotlin.js (source) | 1.7.10 -> 1.7.21 | age | adoption | passing | confidence | | org.jetbrains.kotlin.jvm (source) | 1.7.10 -> 1.7.21 | age | adoption | passing | confidence | | org.jetbrains.kotlin.multiplatform (source) | 1.7.10 -> 1.7.21 | age | adoption | passing | confidence | | org.jetbrains.kotlin:kotlin-test (source) | 1.7.10 -> 1.7.21 | age | adoption | passing | confidence | | org.jetbrains.kotlin:kotlin-gradle-plugin (source) | 1.7.10 -> 1.7.21 | age | adoption | passing | confidence |


      Release Notes

      JetBrains/kotlin

      v1.7.21

      Compiler
      • KT-54463 Delegating to a field with a platform type causes java.lang.NoSuchFieldError: value$delegate
      • KT-54509 Ir Interpreter: unable to evaluate string concatenation with "this" as argument
      • KT-54004 Builder type inference does not work correctly with variable assignment and breaks run-time
      • KT-54393 Change in behavior from 1.7.10 to 1.7.20 for java field override.
      • KT-54615 JVM: Internal error in file lowering: java.lang.AssertionError: Error occurred while optimizing an expression
      • KT-54581 JVM: "VerifyError: Bad type on operand stack" with generic inline function and when inside try-catch block
      • KT-53146 JVM IR: unnecessary checkcast of null leads to NoClassDefFoundError if the type isn't available at runtime
      • KT-54600 NPE on passing nullable Kotlin lambda as Java's generic SAM interface with super type bound
      • KT-54707 "VerifyError: Bad type on operand stack" in inline call chain on a nullable array value
      • KT-54650 Binary incompatible ABI change in Kotlin 1.7.20
      • KT-54802 "VerifyError: Bad type on operand stack" for inline functions on arrays
      Native. Runtime. Memory
      • KT-54498 Deprecation message of 'FreezingIsDeprecated' is not really helpful
      Tools. Gradle. Multiplatform
      • KT-54387 Remove MPP alpha stability warning
      • KT-48436 False positive "The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation"
      Tools. JPS
      • KT-45474 False positive NO_ELSE_IN_WHEN on sealed class with incremental compilation

      v1.7.20

      Analysis API
      • KT-52667 FIR IDE: fun interfaces (SAM interfaces) are not properly resolved
      • KT-52136 FIR: Implicit type declaration from the other module cannot be used for overloading
      Analysis API. FE1.0
      • KT-51962 Analysis API: Finish Analysis API for FE1.0
      Analysis API. FIR
      • KT-52779 FIR IDE: Import Optimizer cannot handle generic type qualifiers
      • KT-50236 Fix OOB modification trackers for non-Kotlin code
      • KT-51240 Analysis API: KtAnalysisSession for a specific module cannot create a symbol for PSI that cannot be seen from that module.
      • KT-50868 Analysis API: decompiled type aliases are not resolved
      Compiler
      • KT-53739 Builder inference, extension hides members
      • KT-53733 Kotlin/Native: update source documentation for the new default memory manager
      • KT-53667 Compiler crashes on attempt to alloc a string on the stack in new MM
      • KT-53480 Internal error in file lowering: java.lang.ClassNotFoundException: com.android.systemui.R$string
      • KT-52843 Compose: NPE at Parameters.getParameterByDeclarationSlot if inline function with default arguments takes a lambda which captures value class represented by Long
      • KT-53475 Kotlin/Native for iOS: "IllegalArgumentException: Sequence has more than one element"
      New Features
      • KT-52495 Support until operator in back-ends
      • KT-52420 Implement resolve of until operator
      • KT-52419 Implement until operator in the parser
      • KT-33755 Kotlin/Native: Provide a way to customize a bundle Identifier of a generated framework
      • KT-51665 FIR: implement label resolve for "typed this" case
      • KT-52361 Report warning on potentially empty intersection types
      Performance Improvements
      • KT-47816 Disable script discovery for non-script environments
      • KT-48635 JVM IR: Double/Float values are boxed when comparing for equality in equals method of data/value classes
      • KT-23397 Optimize out field for property delegate when it's safe (JVM)
      Fixes
      • KT-53272 Backend Internal error: Exception during IR lowering / No such value argument slot: 2
      • KT-53124 Receiver type mismatch when combining extension properties, type projections, Java sources, and F-bounded type-variables
      • KT-51868 JVM / IR: Inconsistent behaviour between lambda expression and SAM interface conversion for the same interface
      • KT-36770 Prohibit unsafe calls with expected @NotNull T and given Kotlin generic parameter with nullable bound
      • KT-52974 "IllegalStateException: Symbol with IrSimpleFunctionSymbolImpl is unbound" compiling native targets of MPP project
      • KT-53007 JVM: "Bad invokespecial instruction: current class isn't assignable to reference class" when call superclass of outer class method from inner class
      • KT-53019 K2: cannot cast callable reference to Function1 in runtime
      • KT-53031 K2 compiler crashes with IllegalStateException: No type in ProtoBuf.ValueParameter
      • KT-29168 Prohibit upper bounds violation with generic typealias using not all type parameters as arguments for underlying type in supertypes
      • KT-52432 Using the IDE compiled with K2 (useFir) throws VerifyError exception
      • KT-52327 False negative: TYPECHECKER_HAS_RUN_INTO_RECURSIVE_PROBLEM isn't reported
      • KT-49682 Support JVM IR in KAPT stub generation
      • KT-24643 Prohibit using a type parameter declared for an extension property inside delegate
      • KT-51972 FIR, Gradle: "Symbol is invisible" compilation error with enabled Kotlin Lombok compiler plugin
      • KT-52011 [FIR] All-open compiler plugin isn't supported
      • KT-51950 JVM IR: "IndexOutOfBoundsException: Cannot pop operand off an empty stack" with crossinline lambdas and interface delegation
      • KT-52540 Native: kotlin.NotImplementedError with Arrow library
      • KT-48031 "IllegalStateException: Type variable TypeVariable(T) should not be fixed!"
      • KT-47708 RequiresOptIn check does not flag experimental method usage in SAM lambda expressions
      • KT-52913 JVM / IR: "IllegalArgumentException: Inline class types should have the same representation" when trying to down cast cast a value class
      • KT-50771 IR partial linkage: Removed abstract callable members are not supported
      • KT-52994 Enable generic inline classes as experimental feature
      • KT-52742 CYCLE_IN_ANNOTATION_PARAMETER_ERROR false positive on annotations with default values
      • KT-52743 Non-null generic functions throws NPE when assigned to val
      • KT-52745 Frontend / K2: "IncompatibleClassChangeError: class A$B overrides final method A.length()I" caused by delegation in a sealed class
      • KT-52832 Tree-generator's method FirExpression::isFirType returns true and false for different field names; it should always be true
      • KT-52403 IncompatibleClassChangeError when inlining suspend funs
      • KT-50107 Missed USAGE_IS_NOT_INLINABLE diagnostic: Leaking inline lambda parameter through extension receiver
      • KT-47965 Missed USAGE_IS_NOT_INLINABLE diagnostic on inline lambda parameter usage as receiver of .let call
      • KT-25787 No error on crossinline usage of receiver parameter of functional type in an inline function
      • KT-52762 Frontend / K2: Named arguments for Java classes lead to "Cannot find a parameter with this name"
      • KT-52680 K2: overload resolution ambiguity if this is casted in a different method
      • KT-52676 K2: Unsupported compile-time value IrGetFieldImpl instead of IrConst in AnnotationCodegen for constant from Java
      • KT-50293 False positive: USELESS_CAST on stub types
      • KT-52175 WRONG_ANNOTATION_TARGET for annotation that used inside if
      • KT-52338 "IncompatibleClassChangeError: Expected non-static field" with Kotlin class with same-named companion object property as base Java class field
      • KT-49507 JVM: "IllegalAccessError: class X tried to access private field" with same-named Kotlin property and Java base class field
      • KT-44512 FIR DFA: incorrect smartcast after null assignment inside a lambda
      • KT-49200 FIR/FE 1.0: different behavior with multiple matching star imports
      • KT-52718 declaringClass deprecation message mentions the wrong replacement in 1.7
      • KT-52190 FIR2IR: Unexpected IrErrorTypeImpl type for put method inside buildMap
      • KT-52197 Incorrect inference of var type inside lambda that passed to extension function with type parameters that defined inside this lambda
      • KT-52057 Unsupported compile-time value STRING_CONCATENATION and GET_FIELD in annotation arguments
      • KT-47823 JVM IR: "IllegalArgumentException: Inline class types should have the same representation" with break usage in the loop range
      • KT-51883 Kotlin 1.6.20 generates "-" in type names around lambdas and inline extension function with reified type which breaks Apache Beam
      • KT-52684 Syntax error regression on complicated combination of LT and GTEQ
      • KT-52417 Reflection: Can't reflect on type parameters captured by SAM converted lambda
      • KT-46797 JVM IR: suspendImpl has no generic signature, breaking reified types in anonymous object supertypes when using the type token pattern
      • KT-51464 FIR: Unable to infer type in coroutines flow code
      • KT-52163 JVM IR: Double.compareTo(Int) compiled to integer comparison
      • KT-41980 FIR: erroneous scope during annotation resolve
      • KT-47159 KtPsiUtils.areParenthesesUseless() is returning a false positive on expressions for interface delegation
      • KT-51418 Substitute anonymous type's supertypes
      • KT-35544 kotlin.TypeCastException has no message on Native
      • KT-52386 StackOverflowError during Kotlin/Native gradle build
      • KT-52592 NPE from KProperty.getExtensionDelegate on property delegated to another property
      • KT-52551 Delegating to object property reference does not invoke object's initializer
      • KT-51704 Contracts: "AssertionError: Arguments and parameters size mismatch" with companion object
      • KT-25527 False positive UNUSED_VALUE for delegated property/variable
      • KT-51002 [FIR] Hidden declaration hides visible one
      • KT-51008 [FIR] Star import does not work for nested calssifiers of java class
      • KT-52407 FIR: Star import has lower priority than built-in import
      • KT-52431 Reported error instead of warning due to empty intersection type found
      • KT-49394 Bad message and suggestion: The feature "unit conversion" is disabled
      • KT-51168 FIR: Inference error with Java interop and captured types
      • KT-49961 "AssertionError: Left expression was not processed: BINARY_EXPRESSION" when analyzing dangling [bracketed] expression inside elvis
      • KT-50108 Difference in fun interface conversion behavior for uninitialized not-null function values
      • KT-51889 Calls to super-classes constructors with context receivers fail on runtime
      • KT-51228 [FIR] Unresolved reference on callable reference on implicit this with smartcast
      • KT-52364 False positive for INFERRED_TYPE_VARIABLE_INTO_EMPTY_INTERSECTION
      • KT-52237 JVM / IR: "IllegalArgumentException: No argument for parameter VALUE_PARAMETER CONTINUATION_CLASS" when implementing Map interface on class with suspending functions
      • KT-50832 Method references to suspend inline functions are processed incorrectly
      • KT-52194 False positive "Class 'my.packge.MyClass' is compiled by a pre-release version of Kotlin and cannot be loaded by this version of the compiler" but builds fine
      • KT-47203 JVM Debugger: Parameter value doesn't change for tailrec function
      • KT-52131 False positive variable unused warning when calling inline function in finally block
      • KT-51738 Debugger: stepping over in inline function with multiple inline lambda invocations is incorrect
      • KT-52198 Losing reference to the value of an outer variable (Ref$ObjectRef) when using suspend inline with suspendCancellableCoroutine
      • KT-50994 FIR: AssertionError during inference of delegated properties with implicit types
      • KT-51757 FIR does not see various JS/Native specific declarations in common modules
      • KT-51201 FIR: ARGUMENT_TYPE_MISMATCH diagnostic contains generic parameter instead of the actual type
      • KT-48444 FIR: type argument rejected for annotation
      • KT-51754 JVM: Local variable table invalid for do-while with continue
      • KT-51936 Breakpoint not hit on last line of suspend function on Android
      • KT-27333 Forbid @Synchronized annotation on suspend functions
      • KT-51530 "StackOverflowError: CoroutineTransformerMethodVisitor.spillVariables" with data class in Flow
      • KT-51460 FIR: Protected property inaccessible from inner class
      • KT-53947 IllegalStateException: No mapping for symbol: VALUE_PARAMETER INSTANCE_RECEIVER
      • KT-51234 Context receivers can be duplicated in function declaration
      • KT-51576 Context receivers: "AssertionError: Callers must check that current token is IDENTIFIER followed with '@​'" with at character
      • KT-49479 JVM / IR: "IllegalStateException: IrErrorType" during IR lowering with non-trivial recursion calls
      • KT-52270 NullPointerException caused by braces on if-else returning a method reference inside lambda
      • KT-47621 False negative INVISIBLE_MEMBER on call to inaccessible protected synthetic property setter
      • KT-37796 NI: "ISE: Error type encountered" when inferring type of a property that delegates to itself
      • KT-45430 PSI2IR: "org.jetbrains.kotlin.psi2ir.generators.ErrorExpressionException: null: KtCallExpression: toString()" with recursive function call in "also" block in nontrivial context
      • KT-52691 K2: Expected FirResolvedTypeRef with ConeKotlinType but was FirImplicitTypeRefImpl with intertwined functional interfaces
      • KT-52822 Fix contract for KtElement.getReference()
      • KT-50223 IndexOutOfBoundsException from ClassicTypeSystemContext$DefaultImpls.getParameter during call resolution
      • KT-51963 Change Maven version to 1.7.255
      • KT-47664 Incorrect type checking in the case of generic types
      • KT-48765 NI: Inferred type does not respect the bound of type variable
      • KT-51243 False positive error "No required context receiver" inside contextual lambda
      • KT-43541 TYPE_MISMATCH for member function which is not occur for top level function during unsafe cast
      • KT-51016 [FIR] False positive OVERLOAD_RESOLUTION_AMBIGUITY between two extensions on different supertypes
      • KT-50155 FIR: support contextual receivers
      • KT-38637 Catch NoSuchFieldException in optimized when expression over enum
      Docs & Examples
      • KT-49896 Kotlin/JS: improve -Xir-property-lazy-initialization description due to making it true by default
      IDE
      • KTIJ-22286 Kotlin JPS project created via wizard does not contain Kotlin libraries in case of not-released version
      • KTIJ-22065 IDE notification motivating Kotlin users to use EAP
      • KTIJ-22209 Configure Kotlin on 221 idea adds 1.6.10 Kotlin (despite the fact that IDE plugin is 1.7.10)
      • KTIJ-22171 Fix test BuiltInDecompilerConsistencyTest
      • KTIJ-22016 Empty .kt file and build.gradle.kts can trigger an error while searching for a facade light class
      • KT-52571 MPP Tasks on import are not up-to-date after subsequent launches
      • KT-47777 ISE thrown from KtLightClassForFacadeImpl.Companion.createForFacadeNoCache has wrong message.
      IDE. FIR
      • KT-52360 FIR IDE: Make the fix of isInheritor method better
      • KT-51786 FIR IDE: IllegalStateException exception in Inspections' infrastructure
      • KT-52331 Analysis API: ArrayIndexOutOfBoundsException exception in Diagnostics' infrastructure
      IDE. Code Style, Formatting
      • KTIJ-21346 Incorrect formatting for functions with context receivers and visibility modifiers
      IDE. Completion
      • KTIJ-21910 FIR IDE: Fix completion tests started failing after visibility checker refinement
      IDE. Decompiler, Indexing, Stubs
      • KTIJ-21243 ContextReceivers: "UpToDateStubIndexMismatch: PSI and index do not match" plugin exception on library with context receivers usage attempt
      IDE. Gradle Integration
      • KT-47627 IDE import fails with com.intellij.util.lang.PathClassLoader error for runCommonizer Gradle task on 212, 213 IDEAs
      • KTIJ-21638 MPP: IntelliJ can not resolve MPP references in common-code
      • KT-52216 HMPP / KTOR: False positive "TYPE_MISMATCH" with Throwable descendant
      IDE. Inspections and Intentions
      • KTIJ-22540 Invalid "remove unnecessary parentheses" when delegating a functional interface to a SAM in brackets
      IDE. J2K
      • KTIJ-21665 J2K generates non compiling code when lifting return and one branch is broken before binary operator
      IDE. JS
      • KTIJ-22337 Wizard: Kotlin/Js for browser: cssSupport DSL should be updated
      IDE. K2
      • KTIJ-21672 FIR IDE: Method reference on generic class breaks resolve
      • KTIJ-21714 FIR IDE: Inherently imported type from another module is not properly resolved
      IDE. Script
      • KT-52525 Update scripts handling in source roots
      IDE. Misc
      • KTIJ-21699 Refactoring: move out parts of the plugin useful for both FE10 and K2
      JavaScript
      New Features
      • KT-39423 KJS: Optionally generate a method to handle optional parameters for function in typescript
      • KT-42282 KJS IR: add an ability to run separate tests
      Performance Improvements
      • KT-50270 KJS IR: Unnecessary getter and setter calls when accessing class members
      Fixes
      • KT-51133 Kotlin/JS - IR: even simple lambdas generate a lot of useless boilerplate
      • KT-51123 Provide a way to add comments to generated JS
      • KT-48493 KJS / IR: Invalid d.ts for inner classes inside objects
      • KT-52553 KJS / IR: diamond hierarchy with super.toString produces stack overflow in runtime
      • KT-23252 JS: Unit materialization on declaration and assignment
      • KT-51128 Kotlin/JS - IR generate huge count of useless blocks
      • KT-50778 KJS/IR: Inline class has no field when building production distribution
      • KT-50157 KSJ IR: Applying identity equality operator to Chars always returns false
      • KT-38262 Javascript generation (and Typescript) fails on 'then', 'catch' and 'finally' (and others?) claiming they are reserved names
      • KT-51066 KJS / IR: suspend lambda parameter of value class is undefined
      • KT-51102 KJS/IR: Assertion failed at translateCallArguments(jsAstUtils.kt:343)
      • KT-51878 KJS / Legacy: Unit is not materialized in an overridden method, but it should be
      Language Design
      • KT-47986 Implicit inferring a type variable into an upper bound in the builder inference context
      • KT-49264 Deprecate infix function calls of functions named "suspend" with dangling function literal
      • KT-25636 Native: Object is frozen by default problem
      • KT-49303 Implement support for basic compile-time evaluation
      Libraries
      • KT-52932 Open-ended ranges in the standard library
      • KT-52910 Provide visit extension functions for java.nio.file.Path
      • KT-48232 Multiplatform function for computing cubic root
      • KT-52778 The documentation for the Duration does not indicate any differences from the ISO-8601
      • KT-52618 ThreadLocalRandom is not a good source of randomness on Android before SDK 34, so don't use it for Kotlin Random
      Native
      • KT-53346 MPP project with kotlinx-serialization-json:1.4.0-RC is not built
      Native. C Export
      • KT-45468 Kotlin/Native: Bitcode verification error when trying to export a cached klib to a static or dynamic library
      Native. C and ObjC Import
      • KT-53373 Native: @​ExportObjCClass doesn't work with the new memory manager
      • KT-49034 Kotlin/Native: cnames.structs.Foo resolves into wrong declaration
      • KT-26478 Objective-C object's class name is null in ClassCastException's message
      Native. ObjC Export
      • KT-51593 Include more information in Objective-C header documentation
      • KT-33117 Improve customizing Info.plist in produced frameworks
      • KT-52681 Native: @end; for Objective-C is generated with an unnecessary semicolon
      Native. Platforms
      • KT-52226 Kotlin/Native: Add support for cross-compilation of MIPS targets from macOS and Windows hosts
      Native. Runtime
      • KT-52430 KMM 1.6.21 framework built with Xcode13, new MM GC Can't support iOS 9.x
      • KT-53534 Kotlin/Native: -Xruntime-logs=gc=info flag doesn't work with compiler caches in 1.7.20-beta
      Native. Runtime. Memory
      • KT-52692 Kotlin/Native: fix tests with aggressive GC
      • KT-52130 Kotlin/Native: use Xallocator for Kotlin objects only
      • KT-51436 Kotlin/Native: optimize mark queue
      Reflection
      • KT-51804 An error occurs when callBy a KFunction that contains a value class as an argument, has a default argument set, and has more than 32 arguments.
      Tools. CLI
      • KT-52465 CLI: IllegalStateException IrSimpleFunctionPublicSymbolImpl when source root is duplicated
      • KT-52380 Invalid path to compiler plugins should be reported as a compiler error
      • KT-51025 JVM CLI compiler takes class file from classpath instead of input java source file
      • KT-51846 Setting random value to the compiler argument where number is expected should produce an error. "-Xbackend-threads=abcd"
      Tools. Compiler Plugins
      • KT-52486 [K2] Looking for function/constructor whose parameters are annotated or meta annotated
      • KT-52872 Mark supportsK2 in ComponentRegistrar.kt as JvmDefault to avoid compatibility problems
      • KT-52804 A function obtained by Fir IrBuiltins has an incorrect package
      • KT-52468 Rename module and jar for lombok compiler plugin
      Tools. Gradle
      • KT-53670 Gradle: Cyclic dependency between kotlin-gradle-plugin-idea-1.7.20-Beta and kotlin-gradle-plugin-idea-proto-1.7.20-Beta
      • KT-53615 Gradle: Fix deprecation warnings in CleanableStoreImpl
      • KT-53118 Fully up-to-date builds are slower with Kotlin 1.7.0
      • KT-51923 Improve usability of errors and warnings by being able to click on them
      • KT-53244 Report from gradle about compiler plugins
      • KT-52839 Warn in Gradle log why incremental compilation failed
      • KT-46019 Compatibility with Gradle 7.1 release
      • KT-47047 Migrate Kotlin Gradle Plugin from using Gradle conventions
      • KT-52698 Don't add InspectClassesForMultiModuleIC task when new incremental compilation is enabled
      • KT-52867 Provide simplified JVM toolchain configuration method
      • KT-45747 Add basic JUnit 5 Kotlin Gradle Plugin Android tests setup
      • KT-46034 Shadow Kotlin Gradle plugin dependencies
      • KT-28664 Support ExtensionContainer on kotlin targets and source sets.
      • KT-19472 Useful extensions of Gradle Kotlin DSL provided by Gradle Kotlin plugin
      • KT-34393 Kotlin Gradle DSL: Inconsistent srcDir configuration between Java and Kotlin
      • KT-51629 There isn't enough info about incremental compilation state in logs while running build with --info key
      Tools. Gradle. Cocoapods
      • KT-53174 CocoaPods: Synthetic Podfile does not specify platform
      • KT-53127 "MaterialComponents normal armv7" in Cocoapods plugin between Kotlin 1.6.21 and 1.7.0
      • KT-44155 Cocoapods doesn't support pods without module map file inside
      • KT-49032 Cocoapods cinterop: some header files are not found
      • KT-53337 Add warning about future changing default linking type of framework provided via cocoapods plugin
      Tools. Gradle. JS
      • KT-52637 KJS / Gradle: Add SCSS webpack config
      • KT-51527 Kotlin/JS: BrowserXRun causes full-screen Webpack error "Compiled with problems: asset size limit/entrypoint size limit" for fresh Kotlin-React project from wizard
      • KT-51532 Kotlin/JS: passing environment variable via Gradle script causes "Execution optimizations have been disabled" warnings
      • KT-52221 Kotlin/JS: failed Node tests are not reported in a standard way
      Tools. Gradle. Multiplatform
      • KT-52243 CInteropProcess is not cacheable despite the annotation
      • KT-52741 MPP: klib outputs are not reproducible
      • KT-52208 MPP: Gradle plugin 1.7 doesn't support latest api versions (1.8, 1.9)
      • KT-54071 MPP/AGP compatibility: Bump maxSupportedVersion to 7.3.0
      Tools. Gradle. Native
      • KT-52632 Gradle / Native: commonizeNativeDistributionTask can never be up-to-date
      • KT-52328 "ld: framework not found SQLCipher" linkDebugTestIosSimulatorArm64 error
      Tools. Incremental Compile
      • KT-53168 Incremental compilation doesn't perform correctly after a few iterations
      • KT-52925 [IR BE] Non incremental build occurs after build failure for compileKotlinJs task
      • KT-52946 CompileKotlinJs task is executed non-incrementally if there were changes made to the dependant module
      • KT-52329 Reduce memory usage of classpath snapshot cache
      • KT-53266 Increment Compilation: "IllegalStateException: The following LookupSymbols are not yet converted to ProgramSymbols" when changing companion object constant field
      • KT-53231 New IC reports build failures for missing classpath snapshots
      Tools. JPS
      • KT-47824 'when expression must be exhaustive' isn't thrown during incremental compilation
      • KT-51873 JPS build is incorrect after gdw build
      • KTIJ-17072 JPS does not rebuild Kotlin usages of declared in Java when enum entry is added
      • KT-51537 Rebuild module on plugin classpaths change
      Tools. REPL
      • KT-45065 REPL: Incorrect output for unsigned value
      • KT-53043 Scripting: Changes in REPL protocol: mark end of errors
      Tools. Scripts
      • KT-52598 Scripts and REPL snippets are not checked against using 'kotlin' package
      • KT-47187 Kotlin ScriptEngine Failes to Compile a Trivial Statement After Failing to Compile a Broken One
      • KT-47191 [Kotlin Script Engine] Compiling Without Evaluating Leaves Engine in a Bad State
      Tools. Kapt
      • KT-52761 Kotlin 1.7.0 breaks kapt processing for protobuf generated java sources

      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Enabled.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, check this box

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • fix(deps): update ktor to v2.1.3

      fix(deps): update ktor to v2.1.3

      Mend Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | io.ktor:ktor-resources | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-serialization-kotlinx-cbor | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-serialization-kotlinx-json | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-client-curl | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-client-js | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-client-cio | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-client-mock | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-client-content-negotiation | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-client-resources | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-client-core | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-test-host | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-sessions | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-status-pages | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-auth | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-compression | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-default-headers | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-content-negotiation | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-cors | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-call-logging | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-resources | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-cio | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence | | io.ktor:ktor-server-core | 2.1.0 -> 2.1.3 | age | adoption | passing | confidence |


      Release Notes

      ktorio/ktor

      v2.1.3

      Compare Source

      Published 26 October 2022

      • JS: window.location.origin returns null when executed in iframe via srcdoc attribute (KTOR-4993)
      • SensitivityWatchEventModifier - Move the reflection call of this modifier out from the Ktor Core (KTOR-1647)
      • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
      • HOCON: CLI parameters don't override custom properties since 2.1.0 (KTOR-5000)
      • Websockets timeout doesn't cause a close of a connection (KTOR-3504)
      • DefaultHeaders: a header is duplicated in a StatusPages's handler (KTOR-4990)
      • Websockets: timeout doesn't cause closing of incoming and outgoing channels (KTOR-2430)
      • RFC 3986 recommendation for encoding URI is NOT followed (KTOR-993)
      • Cookies: Invalid encoding of cookies' values since 1.4.0 (KTOR-917)
      • ByteReadChannel is unable to read files with long lines (KTOR-2588)
      • WebSocketDeflateExtension configureProtocols always failed with stackOverflow (KTOR-4916)
      • Update Kotlin to 1.7.20 (KTOR-4963)
      • Netty HTTP/2: response headers contain ":status" header and that leads to IllegalHeaderNameException in the ConditionalHeaders plugin (KTOR-4943)
      • Maven: ktor-server-test-host-jvm causes dependency error starting from Ktor 2.0.3 (KTOR-4900)
      • Autoreloading: "Flow invariant is violated" error since Ktor 2.0.3 (KTOR-4926)
      • Autoreloading: ClassCastException when retrieving plugins in testApplication (KTOR-4729)
      • CIO engine has wrong doc for request timeout (KTOR-4941)
      • CIO: A request through a proxy server results in 403 from Cloudflare (KTOR-4925)

      v2.1.2

      Compare Source

      Published 29 September 2022

      • HttpCacheEntry ignoring Request Cache-Control directives (KTOR-4894)
      • testApplication does not handle port and connectors (KTOR-4875)
      • Native: Wrong status code when requesting with DELETE method and body (KTOR-3566)
      • Default host address 0.0.0.0 isn't reachable on Windows (KTOR-4834)
      • TestApplicationEngine error handling is inconsistent with DefaultEnginePipeline, breaking clients (KTOR-4009)
      • Routing: Wrong content-type results in 400 Bad Request instead of 415 Unsupported Media type (KTOR-4849)

      v2.1.1

      Compare Source

      Published 6 September 2022

      • CIO: responses are received with a huge delay on JVM Windows (due to reverse DNS lookup internally) (KTOR-4827)
      • Netty HTTP/2 not working (KTOR-578)
      • HTTP/2 push fails with Netty engine (KTOR-800)
      • HttpCookies: no space between cookie pairs (KTOR-3854)
      • Netty ALPN provider detection not working (KTOR-4712)
      • CIO: Connection reset by peer on MacOS (KTOR-2036)
      • CallLogging MDC with sessions: Application feature Sessions is not installed (KTOR-550)
      • Deprecate Public API with Atomicfu Declarations (KTOR-4774)
      • Deprecate receiveOrNull because it's confusing (KTOR-4772)
      • Server ContentNegotiation Plugin doesn't check ignoredTypes for Request Body (KTOR-4770)
      • IllegalArgumentException is thrown when UnixSocketAddress.path is accessed on JVM (JDK 16+) (KTOR-4695)
      • WebSocketDeflateExtension not following RFC (KTOR-4696)
      • The parseWebSocketExtensions function behaves incorrectly (KTOR-3189)
      • Receive non-Nullable Type Throws NPE in Case of Failure (KTOR-4771)
      • Darwin: Symbol not found: OBJC_CLASS$_NSURLSessionWebSocketMessage on iOS 12 (KTOR-4159)
      • Fix Merging Date Headers on the Client (KTOR-4782)
      • Replace exception in InputStreamAdapter and OutputStreamAdapter constructors with warning message If parking (KTOR-4736)
      • Clearing Session Cookie in Chrome 80+ with SameSite and Secure (KTOR-437)
      • The OutgoingContent.toByteArray() stalls when used in combination with a OutgoingContent.WriteChannelContent (KTOR-2126)
      • Missing Content-Type header in a request (KTOR-1407)
      • Crash when making requests from browser inside of web worker (KTOR-4715)
      • An error occurs when there is a binary such as protobuf in the response body of error (KTOR-1619)
      • CallLogging configured MDC entries are not passed to StatusPages exception handlers (KTOR-4193)
      • LocalFileContent incorrectly relies on the last modification time of a file to check its existence (KTOR-4707)
      • Sessions: WSS in combination with Secure cookies throws IllegalArgumentException (KTOR-4697)
      • Json request failure with configured form authentication (KTOR-678)

      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Enabled.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about these updates again.


      • [ ] If you want to rebase/retry this PR, check this box

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.4

      fix(deps): update dependency ch.qos.logback:logback-classic to v1.4.4

      Mend Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | ch.qos.logback:logback-classic (source) | 1.2.11 -> 1.4.4 | age | adoption | passing | confidence |


      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Enabled.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


      • [ ] If you want to rebase/retry this PR, check this box

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • chore(deps): update dependency org.jetbrains.kotlinx.kover to v0.6.1

      chore(deps): update dependency org.jetbrains.kotlinx.kover to v0.6.1

      Mend Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | org.jetbrains.kotlinx.kover | 0.5.1 -> 0.6.1 | age | adoption | passing | confidence |


      Release Notes

      Kotlin/kotlinx-kover

      v0.6.1

      ===================

      Features
      • Implemented filtering of reports by annotation (#​121)
      • Minimal and default agent versions upgraded to 1.0.683
      Bugfixes
      • Added filtering out projects without a build file (#​222)
      • Added JaCoCo reports filtering (#​220)
      • Fixed coverage for function reference (#​148)
      • Fixed incorrect multiplatform lookup adapter (#​193)
      • Fixed ArrayIndexOutOfBoundsException during class instrumentation (#​166)
      Internal features
      • Upgraded Gradle version to 7.5.1
      • Rewritten functional tests infrastructure
      • Added example projects
      • XML and HTML report generation moved to Kover Aggregator
      Documentation
      • Added contribution guide
      • Added section Building and contributing into Table of contents
      • Fix migration to 0.6.0 documentation

      v0.6.0

      =================== Note that this is a full changelog relative to 0.6.0 version. Changelog relative to 0.6.0-Beta can be found at the end of the changelog.

      In this version, the plugin API has been completely redesigned. The new API allows you to configure Kover in a more flexible manner, there is no need to configure Kover or test tasks separately.

      Please refer to migration guide in order to migrate from previous versions.

      Features
      • Implemented a new plugin API (#​19)
      • Added support of instruction and branch counters for verification tasks (#​128)
      • Ordered report tasks before verification tasks (#​209)
      • Minimal and default agent versions upgraded to 1.0.680
      Bugfixes
      Internal features
      • Kotlin version upgraded to 1.7.10
      • instrumentation config added to the test framework
      • added test on instrumentation config
      Documentation
      • Updated docs for onCheck properties (#​213)
      Changelog relative to version 0.6.0-Beta
      Features
      • Ordered report tasks before verification (#​209)
      • Minimal and default agent versions upgraded to 1.0.680
      Bugfixes
      Documentation
      • Updated docs for onCheck properties (#​213)

      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Enabled.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


      • [ ] If you want to rebase/retry this PR, check this box

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • fix(deps): update dependency com.soywiz.korlibs.krypto:krypto-js to v3

      fix(deps): update dependency com.soywiz.korlibs.krypto:krypto-js to v3

      Mend Renovate

      This PR contains the following updates:

      | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | com.soywiz.korlibs.krypto:krypto-js | 2.7.0 -> 3.4.0 | age | adoption | passing | confidence |


      Configuration

      πŸ“… Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

      🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

      β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

      πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


      • [ ] If you want to rebase/retry this PR, check this box

      This PR has been generated by Mend Renovate. View repository job log here.

      opened by renovate[bot] 0
    • Owner
      Doist
      On a mission to create the Workplace of the Future
      Doist
      RoomJetpackCompose is an app written in Kotlin and shows a simple solution to perform CRUD operations in the Room database using Kotlin Flow in clean architecture.

      RoomJetpackCompose is an app written in Kotlin and shows a simple solution to perform CRUD operations in the Room database using Kotlin Flow in clean architecture.

      Alex 27 Jan 1, 2023
      Show weather data for the current location [Apollo Agriculture Interview Solution], for the Senior Android Engineer Role

      Apollo Agriculture Android Take Home Assignment Writing Apollo Agriculture App using Android Architecture Components, in 100% Kotlin, using Android Je

      Juma Allan 23 Nov 23, 2022
      A simple solution to handling persistent data storage in your Minecraft server.

      Modern Data Stores A simple solution to handling persistent data storage in your Minecraft server. This plugin will be used throughout the Modern Plug

      Modern Plugins 2 Nov 7, 2022
      A simple solution to handling persistent data storage in your Minecraft server.

      Modern Data Stores A simple solution to handling persistent data storage in your Minecraft server. This plugin will be used throughout the Modern Plug

      Modern Plugins 2 Nov 7, 2022
      Free and Open Source monster taming video game. Inspired by traditional RPGs like PokΓ©mon, Final Fantasy and Golden Sun.

      Welcome Help Wanted: I cannot finish this on my own. If you are willing to help, let me know. GuardianMonsters is a Free and Open Source monster tamin

      Georg Eckert 2 Oct 17, 2022
      Unofficial Android client for dev.to. Open source and free

      Dev.to Android by Android Broadcast Unofficial Android client for dev.to Technologies Kotlin Gradle Kotlin DSL Kotlin Coroutines OkHttp + Retrofit kot

      Android Broadcast 76 Nov 30, 2022
      An open source GitHub Android client app, faster and concise.

      An open-source GitHub Android client app, faster and concise.

      30εΊ¦ηš„ε°„ηΊΏ 4.1k Dec 26, 2022
      Open as default - A flutter plugin that allows setting up your flutter app to open files as default

      open_as_default A flutter plugin that allows setting up your flutter app to open

      LuisDeLaValier 3 Nov 15, 2022
      Open source Crypto Currency Tracker Android App made fully in Kotlin

      CoinBit CoinBit is a beautiful CryptoCurrency app, completely open sourced and 100% in kotlin. It supports following features Track prices of over 300

      Pranay Airan 50 Dec 5, 2022
      Gestor is an innovative open-source application for universal Minecraft mod management.

      Gestor Gestor is an innovative open-source application for universal Minecraft mod management. About It combines three types of tools into a single ap

      GestorMC 11 Dec 9, 2021
      Free & Open-Source External Scripting Platform

      LeagueOfJire Free & Open-Source External Scripting Platform What features does this have? All of the feature's source-code can be found in the userscr

      Jire 33 Dec 30, 2022
      An open-source plugin that accommodates Starships on Minecraft servers.

      Minecraft Starship Plugin An open-source plugin that accommodates starships on minecraft servers. 'A shameless rip-off of Star Legacy's plugins.' Mine

      null 4 Dec 13, 2021
      OPEX core for Opex exchange, Open Source Cryptocurrency Exchange.

      Opex Core OPEX Core is a Kotlin based cryptocurrency exchange and matching engine from the OPEX project. This extendable and microservice architecture

      OPEX 16 Dec 26, 2022
      KMM RSS Reader: an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile.

      KMM RSS Reader This is an open-source, mobile, cross-platform application built with Kotlin Multiplatform Mobile. It's a simple RSS reader, and you ca

      Kotlin 1.4k Jan 4, 2023
      An android open-source quick search/diff/download plugin.

      Android Reference Intellij Plugin This library based on AndroidSourceViewer It's built with the Gradle and rewritten by kotlin, that's why it's a new

      haoxiqiang 3 Nov 2, 2022
      Strong-bax - An open source password manager project

      What is strong-bax? Strong-bax is an open source password manager project. Stron

      null 1 Feb 6, 2022
      Kauth - Open-source powerful minecraft authorization plugin

      KAuth KAuth is a minecraft plugin for offline-mode authorization on your server.

      Viktor 1 Feb 17, 2022
      Koin Annotations - help declare Koin definition in a very fast and intuitive way, and generate all underlying Koin DSL for you

      The goal of Koin Annotations project is to help declare Koin definition in a very fast and intuitive way, and generate all underlying Koin DSL for you. The goal is to help developer experience to scale and go fast ?? , thanks to Kotlin Compilers.

      insert-koin.io 68 Jan 6, 2023
      Clickstream - A Modern, Fast, and Lightweight Android Library Ingestion Platform.

      Clickstream is an event agnostic, real-time data ingestion platform. Clickstream allows apps to maintain a long-running connection to send data in real-time.

      Gojek 60 Dec 24, 2022