Skip to content

Commit

Permalink
fix(android): defaultKotlinVersion (#159)
Browse files Browse the repository at this point in the history
Could not get unknown property 'defaultKotlinVersion' for object of type
org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.
  • Loading branch information
wkunert authored Apr 8, 2020
1 parent ca102c0 commit 54e90a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def safeExtGet(prop, fallback) {
}

buildscript {
def defaultKotlinVersion = '1.3.21'
ext.defaultKotlinVersion = '1.3.21'

repositories {
jcenter()
maven { url 'https://maven.google.com' }
Expand Down

0 comments on commit 54e90a3

Please sign in to comment.