runtime: add TypeInfo struct definition

also add runtime as Gradle subproject producing bitcode
This commit is contained in:
Svyatoslav Scherbina
2016-09-29 13:27:18 +07:00
parent 3b7af125f7
commit 5dc871ec32
6 changed files with 119 additions and 0 deletions
+1
View File
@@ -3,3 +3,4 @@ include ':Interop:StubGenerator'
include ':Interop:Runtime'
include ':InteropExample'
include ':backend.native'
include ':runtime'