Skip to content

Commit f8645e3

Browse files
committed
update build.gradle
1 parent 12561d4 commit f8645e3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.3.41'
2+
ext.kotlin_version = '1.3.61'
33

44
repositories {
55
mavenLocal()
@@ -45,10 +45,13 @@ dependencies {
4545

4646
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
4747

48-
compile 'com.squareup:kotlinpoet:1.1.0'
49-
5048
testImplementation('com.winterbe:expekt:0.5.0') {
5149
exclude group: "org.jetbrains.kotlin"
5250
}
5351
}
52+
compileKotlin {
53+
kotlinOptions {
54+
languageVersion = "1.3"
55+
}
56+
}
5457

0 commit comments

Comments
 (0)