Skip to content

Commit

Permalink
chore: fix setting kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jan 27, 2020
1 parent 3121187 commit 99ee5d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ package-lock.json
# Eclipse Buildship files
.project
.settings
.classpath
2 changes: 1 addition & 1 deletion bin/templates/project/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
apply from: '../CordovaLib/cordova.gradle'

if(cdvHelpers.getConfigPreference('GradlePluginKotlinEnabled', 'false').toBoolean()) {
String defaultGradlePluginKotlinVersion = ext.kotlin_version
String defaultGradlePluginKotlinVersion = kotlin_version

/**
* Fetches the user's defined Kotlin Version from config.xml.
Expand Down

0 comments on commit 99ee5d0

Please sign in to comment.