-
Notifications
You must be signed in to change notification settings - Fork 455
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to Kotlin 1.1.2-2, with Java 1.8
- Loading branch information
1 parent
536b0fe
commit d559516
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d559516
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, is Java 8 necessary? Seems like this will limit the ability to use this on older Android devices before API level 24 (https://developer.android.com/studio/preview/features/java8-support.html). My limited understanding is that Java 8 is only required to compile Kotlin 1.1+, but maybe you have other reasons to require it.
d559516
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep. There's no reason to target Java 8 bytecode
d559516
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this was my mistake when I was debugging the transition. Ill revert it back to Java 6.