Last active
December 16, 2016 17:29
-
-
Save sliskiCode/e9bdf74b5a32dd48f868f18cbfdf3706 to your computer and use it in GitHub Desktop.
Living (Android) without Kotlin #5
This file contains hidden or 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
| defaultConfig { | |
| jackOptions { | |
| enabled true | |
| } | |
| } | |
| compileOptions { | |
| sourceCompatibility JavaVersion.VERSION_1_8 | |
| targetCompatibility JavaVersion.VERSION_1_8 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment