[TIMOB-28457] Android: Update module Kotlin language support to 1.5.x
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2021-05-28T12:35:16.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 10.0.1 |
Components | Android |
Labels | android, build, kotlin, module |
Reporter | Joshua Quick |
Assignee | Joshua Quick |
Created | 2021-05-19T03:14:37.000+0000 |
Updated | 2021-05-28T12:35:16.000+0000 |
Description
*Summary:*
Titanium currently supports Kotlin language v1.4.30 when building native modules for Android.
We should update Kotlin to v1.5.x to support the language's newest features.
https://kotlinlang.org/docs/whatsnew15.html
*To-Do:*
Update the Kotlin version in the following files...
https://github.com/appcelerator/titanium_mobile/blob/master/android/build.gradle
https://github.com/appcelerator/titanium_mobile/blob/master/android/templates/build/root.build.gradle
PR (master): https://github.com/appcelerator/titanium_mobile/pull/12821
merged to master, backport PR for 10_0_X in progress.
10_0_X PR merged