We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2908754 commit 2be4602Copy full SHA for 2be4602
build.gradle
@@ -32,7 +32,7 @@ allprojects {
32
}
33
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
34
kotlinOptions {
35
- freeCompilerArgs = ['-Xjvm-default=enable'] //enable or compatibility
+ freeCompilerArgs = ['-Xjvm-default=all']
36
jvmTarget = "1.8"
37
38
core/src/main/java/com/segment/analytics/kotlin/core/Constants.kt
@@ -1,7 +1,7 @@
1
package com.segment.analytics.kotlin.core
2
3
object Constants {
4
- const val LIBRARY_VERSION = "1.13.5"
+ const val LIBRARY_VERSION = "1.14.1"
5
const val DEFAULT_API_HOST = "api.segment.io/v1"
6
const val DEFAULT_CDN_HOST = "cdn-settings.segment.com/v1"
7
0 commit comments