Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Kotlin source set access in publishing script. (#38)
Replaced direct access to `kotlin.sourceSets` with `KotlinJvmExtension` to improve type safety and maintainability. This ensures better integration with Kotlin DSL conventions and avoids potential runtime issues.
- Loading branch information