fbc14becfc
This patch adds 2 helpers to download dependencies for compiler and stub generator during their execution. They take list of external dependencies as a parameter and directory where they must be located. Helpers check if these dependencies exist in the given directory and download not existing ones.
11 lines
257 B
Groovy
11 lines
257 B
Groovy
include ':dependencies'
|
|
include ':Interop:Indexer'
|
|
include ':Interop:StubGenerator'
|
|
include ':Interop:Runtime'
|
|
include ':InteropExample'
|
|
include ':backend.native'
|
|
include ':runtime'
|
|
include ':common'
|
|
include ':backend.native:tests'
|
|
include ':tools:helpers'
|