Kotlin / kotlinx-benchmark

Kotlin multiplatform benchmarking toolkit
Apache License 2.0
499 stars 40 forks source link

Enable allWarningsAsErrors compiler option for :runtime and :examples:kotlin-multiplatform projects #165

Closed qurbonzoda closed 9 months ago

qurbonzoda commented 10 months ago

The main reason behind enabling allWarningsAsErrors is to make sure deprecations/warnings in Kotlin compiler and KGP are detected in the aggregate build. So that the person who makes those changes comes and fixes usages in this library.

Followup to https://github.com/Kotlin/kotlinx-benchmark/pull/164