You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KGP version may differ from the version of Kotlin compiler. In atomicfu-gradle-plugin we extract KGP version. And seems that the correct behaviour would be to extract the version of Kotlin compiler.
Moreover, kotlin.native.version may override the version of Kotlin native compiler, so for Native targets atomicfu compiler plugin should be applied with the corresponding version as well.
KGP version may differ from the version of Kotlin compiler. In
atomicfu-gradle-plugin
we extract KGP version. And seems that the correct behaviour would be to extract the version of Kotlin compiler.Moreover, kotlin.native.version may override the version of Kotlin native compiler, so for Native targets atomicfu compiler plugin should be applied with the corresponding version as well.
This task is not critical for now and is postponed until there is public API to obtain these versions: https://youtrack.jetbrains.com/issue/KT-66384/Public-API-to-get-Kotlin-compiler-version
The text was updated successfully, but these errors were encountered: