KMPUtils icon indicating copy to clipboard operation
KMPUtils copied to clipboard

A collection of everything missing from the Kotlin Multiplatform Standard Library

Results 9 KMPUtils issues
Sort by recently updated
recently updated
newest added

Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.14.0 to 1.16.0. Release notes Sourced from ncipollo/release-action's releases. v1.16.0 What's Changed Bump @​octokit/request-error from 5.0.1 to 5.1.1 by @​dependabot in ncipollo/release-action#498 Update checkout action version in...

dependencies
github_actions

Bumps [mikepenz/release-changelog-builder-action](https://github.com/mikepenz/release-changelog-builder-action) from 5 to 6. Release notes Sourced from mikepenz/release-changelog-builder-action's releases. v6 no changes v6.0 no changes v6.0.0-a01 [!IMPORTANT] This update moves to node24 for actions. For self-hosted runners...

dependencies
github_actions

More will be added as ideas appear - [ ] autofill deprecation - [ ] asFractionOf ```kotlin private infix fun Float.asFractionOf( range: ClosedFloatingPointRange ) = (coerceIn(range) - range.start) / range.size...

Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. Release notes Sourced from gradle/actions's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​amyu in gradle/actions#721 Make sure your runner is...

dependencies
github_actions

Bumps [ncipollo/release-action](https://github.com/ncipollo/release-action) from 1.16.0 to 1.20.0. Release notes Sourced from ncipollo/release-action's releases. v1.20.0 What's Changed Fixes #542 Add previous tag option by @​ncipollo in ncipollo/release-action#550 Full Changelog: https://github.com/ncipollo/release-action/compare/v1...v1.20.0 v1.19.2 What's...

dependencies
github_actions

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. Release notes Sourced from actions/setup-java's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-java#888 Make sure your runner is...

dependencies
github_actions

Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 3 to 4. Release notes Sourced from actions/upload-pages-artifact's releases. v4.0.0 What's Changed Potentially breaking change: hidden files (specifically dotfiles) will not be included in the artifact by...

dependencies
github_actions

### Description (required): describe the difference between expected and actual behavior, if not evident expected is for commonMain, actual is for the platform specific implementation. expected is like interface ###...

bug