thevery
07/05/2018, 8:25 PMinternal
handling, should it work like on JVM now? It is ok in JVM test, but doesn't work in KN - probably problem in indirect usage?thevery
07/05/2018, 8:25 PMlibrary('native-lib') {
enableMultiplatform true
}
program('native-test') {
srcDir 'src/test/kotlin'
commonSourceSet 'test'
libraries {
artifact 'native-lib'
}
extraOpts '-tr'
}
svyatoslav.scherbina
07/06/2018, 8:28 AMinternal
handling add public ABI for internal
declarations, so this is mostly backend stuff. And the pull request above is the frontend counterpart.thevery
07/06/2018, 9:28 AM