Build. Disable K2 for jvm-minimal-for-test, as it uses multiplatform
This commit is contained in:
committed by
teamcity
parent
6710d216e1
commit
00d7a755a9
@@ -147,7 +147,9 @@ fun Project.configureKotlinCompilationOptions() {
|
||||
// Probably it's related to kotlin-test module usage
|
||||
":kotlin-gradle-statistics",
|
||||
// Requires serialization plugin
|
||||
":wasm:wasm.ir"
|
||||
":wasm:wasm.ir",
|
||||
// Uses multiplatform
|
||||
":kotlin-stdlib-jvm-minimal-for-test"
|
||||
)
|
||||
|
||||
// TODO: fix remaining warnings and remove this property.
|
||||
|
||||
Reference in New Issue
Block a user