Open
Description
- check Native and JS/IR klibs for atomicfu references using klib utility that will be introduced in 2.0:
<KOTLIN_NATIVE_HOME>/bin/klib dump-ir-signatures <klib file>
-
mavenTest
task directly depends on:atomicfu
local publication task, which should be avoided. Create separate tasks for publication ofatomicfu
andatomicfu-gradle-plugin
artifacts to the custom local repo in the build directory. -
mavenTest
andfunctionalTest
should not cache the previous build results: the last changes in atomicfu-gradle-plugin should be encountered (for now it's done viaoutputs.upToDateWhen { false }
). - Remove old "integration" tests from
atomicfu-gradle-plugin/test/
-
KlibChecker
: try to addkotlin.native.home
path to the classpath and invokeklib
utility without reflection (or at least with a ProcessBuilder) - Refrain from using
mavenLocal()
repo in integaration test projects, publish artifacts to the custom local repo instead.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo