Skip to content

Conversation

@agrognetti
Copy link
Contributor

@agrognetti agrognetti commented Dec 8, 2025

  • Added the 'org.jetbrains.kotlin.android' plugin to all module build.gradle files and configured the Kotlin compiler JVM target to 1.8 in the root build.gradle.
  • Updated the buildscript to use Kotlin version 2.2.0 and included the Kotlin Gradle plugin classpath.

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Describe the solution you've provided
I've added the Kotlin plugin and the configuration needed to be able to add Kotlin code in future PRs


Note

Adds Kotlin support to all modules and configures the Kotlin Gradle plugin with JVM target 1.8 in the root build.

  • Build/Gradle:
    • Add Kotlin Gradle plugin (kotlin_version = 2.2.0) and classpath in root build.gradle.
    • Configure KotlinCompile tasks with jvmTarget = 1.8 for all subprojects.
    • Apply org.jetbrains.kotlin.android plugin to contract-tests, example, launchdarkly-android-client-sdk, and shared-test-code modules.

Written by Cursor Bugbot for commit 1487407. This will update automatically on new commits. Configure here.

- Added the 'org.jetbrains.kotlin.android' plugin to all module build.gradle files and configured the Kotlin compiler JVM target to 1.8 in the root build.gradle.
- Updated the buildscript to use Kotlin version 2.2.0 and included the Kotlin Gradle plugin classpath.
@agrognetti agrognetti requested a review from a team as a code owner December 8, 2025 04:53
@agrognetti agrognetti merged commit c434e49 into main Dec 8, 2025
7 checks passed
@agrognetti agrognetti deleted the agrognetti/add-kotlin branch December 8, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants