Support importing modules in cinterop
Modules can be imported by using 'modules =' in .def file
This commit is contained in:
committed by
SvyatoslavScherbina
parent
67b06b5f2a
commit
1f60745f4b
@@ -32,6 +32,10 @@ class DefFile(val file:File?, val config:DefFileConfig, val manifestAddendProper
|
||||
properties.getSpaceSeparated("headers")
|
||||
}
|
||||
|
||||
val modules by lazy {
|
||||
properties.getSpaceSeparated("modules")
|
||||
}
|
||||
|
||||
val language by lazy {
|
||||
properties.getProperty("language")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user