more fixed for documentation files (#2016)
This commit is contained in:
committed by
Nikolay Igotti
parent
f79146c6ee
commit
8f768fd1df
+1
-7
@@ -1,9 +1,3 @@
|
||||
---
|
||||
type: doc
|
||||
layout: reference
|
||||
title: "Kotlin/Native in multiplatform projects"
|
||||
---
|
||||
|
||||
# Kotlin/Native in multiplatform projects
|
||||
|
||||
While Kotlin/Native could be used as the only Kotlin compiler in the project, it is pretty common to combine
|
||||
@@ -374,5 +368,5 @@ framework in order to get code completion). Let's print our greeting:
|
||||
### Sample
|
||||
|
||||
A sample implementation which follows these documenation can be found [here](https://github.com/JetBrains/kotlin-mpp-example).
|
||||
You may also look at the [calculator sample](samples/calculator). It has a simpler structure (particularly both Android app
|
||||
You may also look at the [calculator sample](https://github.com/JetBrains/kotlin-native/tree/master/samples/calculator). It has a simpler structure (particularly both Android app
|
||||
and Kotlin/Native library are combined in a single Gradle build) but also uses the multiplatform support provided by Kotlin.
|
||||
|
||||
Reference in New Issue
Block a user