arrow-meta
arrow-meta copied to clipboard
Functional companion to Kotlin's Compiler
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/arrow-kt/arrow-meta). ## Config Migration Needed - [ ]...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.dokka](https://togithub.com/Kotlin/dokka) | `1.6.0` -> `1.7.0` | [](https://docs.renovatebot.com/merge-confidence/)...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlin.multiplatform](https://kotlinlang.org/) ([source](https://togithub.com/JetBrains/kotlin)) | `1.6.20` -> `1.7.0` |...
from our learning this is removing the possibility - to create tags on sub branches other than the "main" branch - removes "patch" since `final` + `auto` is what you...
Hello! I have kind of a weird question. I doubt that this can be done at the current state of the project, but one can hope. I am trying to...
**Is your feature request related to a problem? Please describe.** Today, I still see a lot of Java project (or hybrid Java/Kotlin project) to use Maven for building and migrate...
I tested the code in Arrow-meta CliPlugin. but it does not work. when I build in use-plugin ,the error is :NewMultipleSource.kt: (3, 2): Unresolved reference: arrow val Meta.transformNewSources: CliPlugin get()...
Not an issue per se but this recent issue might be of interest for you (tracking the stabilization of the JVM IR) https://youtrack.jetbrains.com/issue/KT-42287
**Describe the bug** When a class has multiple annotations but one is commented out the comment is still considered as entry and running the code throws `java.lang.IllegalStateException: Unrecognized modifier: //@SerializeWithStrategy(SerializationStrategy.KebabCase)`...