Files
kotlin-fork/settings.gradle
T
Ilya Matveev 7285c57cd8 backend/tests: Generate external test tasks in config stage
We generate tasks for external tests group during Gradle's configuration
phase instead of using separate task (regenerate_external_tests)
2017-01-25 17:24:36 +03:00

10 lines
232 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'