tree: 60b2e37a78b6fc23e4e806a71b84bc2fefe964f3 [path history] [tgz]
  1. src/
  2. build.gradle.kts
  3. Readme.md
libraries/tools/kotlin-build-tools-enum-compat/Readme.md

Description

Backport of EnumEntries runtime support API (KT-48872)

This should help with the case when code was compiled using newer kotlin-stdlib version as a compileOnly dependency, but at a runtime older version of kotlin-stdlib is provided (KT-57317). Mostly it is needed for Kotlin build tools artifacts.