Skip to content

Commit

Permalink
Merge pull request #9 from albinekcom/patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
angelolloqui authored May 25, 2017
2 parents 6c61172 + da22696 commit fdd825b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ Despite the similarities, Swift and Kotlin are different languages, with some in

Because of that, this **tool does not have as a goal to produce production ready Kotlin code**, but just a Kotlin translation that **will require manual edition**. For example, things as simple as adding a new item to an array has different method names:

```
//Swift 3
```swift
// Swift 3
array.append("This is in Swift")
```
```
//Kotlin
```kotlin
// Kotlin
array.add("This is in Kotlin")
```

Expand Down

0 comments on commit fdd825b

Please sign in to comment.