[Analysis] add test generator for Kotlin/Native tests inside Analysis API
This test generator is enabled only if Kotlin/Native support is enabled in the project ^KT-62910
This commit is contained in:
committed by
Space Team
parent
a18c49d795
commit
68235b978b
@@ -577,6 +577,10 @@ include ":generators:analysis-api-generator",
|
||||
":prepare:analysis-api-test-framework",
|
||||
":tools:ide-plugin-dependencies-validator"
|
||||
|
||||
if (buildProperties.isKotlinNativeEnabled) {
|
||||
include ":generators:analysis-api-generator:generator-kotlin-native"
|
||||
}
|
||||
|
||||
|
||||
if (buildProperties.inJpsBuildIdeaSync) {
|
||||
include ":kotlin-stdlib:jps-build"
|
||||
|
||||
Reference in New Issue
Block a user