[Native][tests] Use convention fun generatedTestDir() in build.gradle.kts
This commit is contained in:
committed by
Space Team
parent
938146749d
commit
ce815968cf
+1
-1
@@ -77,7 +77,7 @@ abstract class AbstractJsPartialLinkageTestCase(private val compilerType: Compil
|
||||
fun runTest(@TestDataFile testPath: String) = PartialLinkageTestUtils.runTest(JsTestConfiguration(testPath))
|
||||
|
||||
private fun customizeMainModuleSources(moduleSourceDir: File) {
|
||||
// Add @JsExport annotation to make box function be visible for Node.
|
||||
// Add the @JsExport annotation to make the box function visible to Node.
|
||||
moduleSourceDir.walkTopDown().forEach { file ->
|
||||
if (file.extension == "kt") {
|
||||
var modified = false
|
||||
|
||||
Reference in New Issue
Block a user