Skip to content

Commit

Permalink
Fixed Kotlin plugin version and kotlin jvm
Browse files Browse the repository at this point in the history
  • Loading branch information
ltrudu committed Dec 12, 2024
1 parent 102770b commit 613b7e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.android.library' version '8.5.1' apply false
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
id 'org.jetbrains.kotlin.android' version '1.8.0' apply false
id 'maven-publish'
}

Expand Down
3 changes: 3 additions & 0 deletions datawedgeprofileintentswrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
}
}

dependencies {
Expand Down

0 comments on commit 613b7e2

Please sign in to comment.