Link INTEROP.md (#2233)

This commit is contained in:
Stefan M
2018-10-19 14:13:51 +02:00
committed by Nikolay Igotti
parent c94b1b5db9
commit 284235cb44
+2 -2
View File
@@ -63,7 +63,7 @@ See the samples coming with the distribution.
To see the list of available flags, run `kotlinc -h`. To see the list of available flags, run `kotlinc -h`.
For documentation on C interoperability stubs see INTEROP.md. For documentation on C interoperability stubs see [INTEROP.md](https://github.com/JetBrains/kotlin-native/blob/master/INTEROP.md).
## <a name="limitations"></a>Known limitations ## ## <a name="limitations"></a>Known limitations ##
@@ -112,4 +112,4 @@ Notice that property delegation (including lazy properties) *does* work.
to set breakpoint in main function of your application. Single stepping and step into shall work, to set breakpoint in main function of your application. Single stepping and step into shall work,
variable inspection may have issues. variable inspection may have issues.
See [`DEBUGGING.md`](https://github.com/JetBrains/kotlin-native/blob/master/DEBUGGING.md) See [`DEBUGGING.md`](https://github.com/JetBrains/kotlin-native/blob/master/DEBUGGING.md).