Currently we test all the different versions of version-aliases.txt for compiler-tests, compiler, and gradle-plugin. I'd like to do the same matrix for samples on CI, but this will require a bit of extra work due to them being full KMP (JS and native artifacts both have their tedium).
I suspect this will entail
- Publishing to mavenLocal like ide testing uses
- regenerating package locks
Currently we test all the different versions of
version-aliases.txtfor compiler-tests, compiler, and gradle-plugin. I'd like to do the same matrix for samples on CI, but this will require a bit of extra work due to them being full KMP (JS and native artifacts both have their tedium).I suspect this will entail