Skip to content

Remove duplicate Kotlin build module lib/#223

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/remove-duplicate-kotlin-scripts
Draft

Remove duplicate Kotlin build module lib/#223
Copilot wants to merge 2 commits intomainfrom
copilot/remove-duplicate-kotlin-scripts

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 19, 2026

Two parallel Kotlin build modules existed (kotlin/lib/ and kotlin/walletkit/) serving the same purpose, with lib/ being an outdated copy never wired into the Gradle build.

Changes

  • Deleted kotlin/lib/ — the entire directory including build.gradle.kts, consumer-rules.pro, .gitignore, and src/main/jniLibs/.gitignore

The lib/ module was never included in settings.gradle.kts, not referenced by any CI workflow or build script, and used stale settings (Java 1.8, version resolved via GitHub API curl) compared to the canonical kotlin/walletkit/ module (Java 17, version read from Cargo.toml).

No changes to kotlin/walletkit/, settings.gradle.kts, or any build scripts — they already pointed exclusively to walletkit/.

Original prompt

This section details on the original issue you should resolve

<issue_title>Remove duplicate kotlin build scripts</issue_title>
<issue_description>There are two kotlin build scripts. We should unify to a single one.</issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: paolodamico <5864173+paolodamico@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove duplicate kotlin build scripts Remove duplicate Kotlin build module lib/ Feb 19, 2026
Copilot AI requested a review from paolodamico February 19, 2026 17:51
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.

Remove duplicate kotlin build scripts

2 participants