Files
kotlin-fork/repo/gradle-build-conventions
Mikhail Glukhikh e76cf24d01 Explicitly use language version 1.9 for K2-unsupported parts
This commit explicitly sets LV 1.9 for all projects with disabled FIR
bootstrap, as well as for libraries, including Native stdlib.

Related to KT-59171
2023-07-26 18:19:58 +00:00
..

Description

Provides common build convention plugins for the repo.

List of plugins

  • "buildsrc-compat" — migrated 'buildSrc' project. Will exist until it will be separated into different convention plugins.