You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/14 17:31:00 UTC

[jira] [Commented] (CB-14089) Add Kotlin Support

    [ https://issues.apache.org/jira/browse/CB-14089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16474509#comment-16474509 ] 

ASF GitHub Bot commented on CB-14089:
-------------------------------------

joshchandler opened a new pull request #441: CB-14089: (android) Add Kotlin support
URL: https://github.com/apache/cordova-android/pull/441
 
 
   <!--
   Please make sure the checklist boxes are all checked before submitting the PR. The checklist
   is intended as a quick reference, for complete details please see our Contributor Guidelines:
   
   http://cordova.apache.org/contribute/contribute_guidelines.html
   
   Thanks!
   -->
   
   ### Platforms affected
   Android
   
   ### What does this PR do?
   This adds support for the Kotlin programming language.  Plugins can start being written in or converted to the language with this added.
   
   ### What testing has been done on this change?
   I haven't added any testing yet, but I created an example project by updating the `./bin/create` command to use `Activity.kt` as the main activity instead of `Activity.java`.  Running `./cordova/run` compiles the app and the app runs without error.
   
   ### Checklist
   - [ ] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database
   - [ ] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
   - [ ] Added automated test coverage as appropriate for this change.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> Add Kotlin Support
> ------------------
>
>                 Key: CB-14089
>                 URL: https://issues.apache.org/jira/browse/CB-14089
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: cordova-android
>            Reporter: Joshua Chandler
>            Assignee: Joe Bowser
>            Priority: Minor
>             Fix For: cordova-android-7.0.0
>
>
> Kotlin is not supported out of the gate for cordova android projects.. You need to explicitly configure a built android project to support it.  This should be supported out of the gate with no configuration so that plugins or any other custom code could be written in the language.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org