Skip to content

Commit

Permalink
[Native][tests] Add a dependency to compiler.common.native module
Browse files Browse the repository at this point in the history
This is necessary to get access to some classes in tests. For example,
to `NativeForwardDeclarationKind`.

^KT-71333
  • Loading branch information
ddolovov authored and qodana-bot committed Oct 1, 2024
1 parent 3cdc663 commit cafb431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions native/native.tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies {
testImplementation(projectTests(":generators:test-generator"))
testImplementation(project(":compiler:ir.serialization.native"))
testImplementation(project(":compiler:fir:native"))
testImplementation(project(":core:compiler.common.native"))
testImplementation(project(":kotlin-util-klib-abi"))
testImplementation(project(":native:swift:swift-export-standalone"))
testImplementation(projectTests(":kotlin-util-klib-abi"))
Expand Down

0 comments on commit cafb431

Please sign in to comment.