-
## Background
Dokka depends on the Kotlin compiler to analyze source code and KDoc comments.
Kotlin's [K2 compiler](https://blog.jetbrains.com/kotlin/2021/10/the-road-to-the-k2-compiler/) has be…
-
I noticed that the API makes liberal use of Kotlin data classes. This is discouraged for libraries:
* https://kotlinlang.org/docs/api-guidelines-backward-compatibility.html#avoid-using-data-classes…
3flex updated
2 months ago
-
First of all I think we should check the `exec_result` at this [line](https://github.com/bazelbuild/rules_kotlin/blob/b076b4acbf06bc3833e9f70ee11e5a93afa77ab8/src/main/starlark/core/repositories/ksp.b…
-
Currently, BCV is in a tough spot w.r.t the rest of the Kotlin tooling:
* It is tightly bound to the underlying Kotlin version (esp. with klib validation), though it has a completely different vers…
-
Hello!
While introducing [context parameters](https://github.com/Kotlin/KEEP/blob/context-parameters/proposals/context-parameters.md) in my code, I noticed that ktfmt is not able to handle them on …
-
Using `3.1.0`, we are having a great experience with:
- `TemplateEngine.createPrecompiled`
- and also with
```kotlin
val codeResolver = DirectoryCodeResolver(CWD.server("src/main/jte"))
Templat…
-
### SQLDelight Version
2.0.2
### Application Operating System
All
### Describe the Bug
Given this definition in `Examples.sq`:
```sql
CREATE TABLE Examples (
id TEXT NOT NULL PRIMARY KEY,
…
-
**[URL of codelab](https://developer.android.com/codelabs/basic-android-kotlin-compose-sql#2)**
**In which task and step of the codelab can this issue be found?**
**Describe the problem**
Aft…
-
When generating java and kotlin enums that have the `option deprecated = true;` flag the resulting enum generated does not contain the `@Deprecated` annotation. This appears to be due to the pruning…
-
### SQLDelight Version
2.0.2
### Operating System
Fedora Linux 40
### Gradle Version
8.8
### Kotlin Version
1.9.22
### Dialect
SQLite
### AGP Version
8.6.0
### Describe the Bug
Not genera…