kotlin icon indicating copy to clipboard operation
kotlin copied to clipboard

The Kotlin Programming Language.

Results 310 kotlin issues
Sort by recently updated
recently updated
newest added

Fixes: [KT-71866](https://youtrack.jetbrains.com/issue/KT-71866/KotlinHierarchyBuilder.withAndroidNativeArm32-selects-the-wrong-KonanTarget)

**Handling nullable values**: Instead of using the non-null assertion operator (`!!`), which can throw a `NullPointerException` if the value is null, the code now uses the safe call operator (`?.`)...

### Fixed remote build cache setup for forked PRs. This addresses the case where a PR from a fork runs on the CI, which has `buildProperties.pushToBuildCache` set to true, but...

Fixes [KT-44253](https://youtrack.jetbrains.com/issue/KT-44253) by adding constant builders for `Double`, `Float`, `Short`, and `Byte`, and adding the optional `type` parameter to the others that didn't have it.

Compiler

This functionality is supported in the Gradle plugin but not the maven plugin.

KAPT

https://youtrack.jetbrains.com/issue/KT-20357

Standard Library Sample

Added a sample for `String.replaceAfter()` method https://youtrack.jetbrains.com/issue/KT-20357

Standard Library Sample