Skip to content

Commit e5f65f0

Browse files
committed
Disable InteliJ Warning about embeded Kotlin IDE version and kotlin-gradle-plugin version
1 parent 146c667 commit e5f65f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ buildscript {
1414

1515
dependencies {
1616
classpath 'com.android.tools.build:gradle:3.0.1'
17+
//noinspection DifferentKotlinGradleVersion
1718
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1819
classpath "io.realm:realm-gradle-plugin:$realm_version"
1920
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1' // jitpack.io

0 commit comments

Comments
 (0)