Migrate To 1 0

Migrates a Kotlin project from Exposed 0.61.0 to Exposed 1.0. Scans Kotlin sources and build files, applies the mechanical changes documented in the official 1.0 migration guide (package renames, JDBC module moves, SqlExpressionBuilder lambda → top-level imports, build dependency bumps), and produces a report of items that need manual review. Use when the user wants to upgrade an existing Exposed 0.61.0 project to 1.0; for older 0.x versions the skill emits a compatibility warning and proceeds only with user confirmation. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/jetbrains--exposed--exposed commit f002c1023b

Frequently asked questions

npx skillmds@latest add tomevault-io/migrate-to-1-0