Skip to content

Commit

Permalink
Refactor result conversion and metadata properties
Browse files Browse the repository at this point in the history
Updated function names from `toKotlinResult` to `toResult` to enhance clarity and consistency across the codebase. Refactored `name` and `type` properties in `Column` class to use `by lazy` for improved performance and readability.
  • Loading branch information
smyrgeorge committed Nov 4, 2024
1 parent 236a7f3 commit f998486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "io.github.smyrgeorge"
version = "0.30.0"
version = "0.31.0"

plugins {
alias(libs.plugins.dokka)
Expand Down

0 comments on commit f998486

Please sign in to comment.