Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Flisar authored and Michael Flisar committed Oct 21, 2024
1 parent 938050a commit 7ee37bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ val licenseUrl = "$github/blob/main/LICENSE"
kotlin {

// Java
jvm()
//jvm()

// Android
androidTarget {
Expand Down
2 changes: 1 addition & 1 deletion library/modules/statesaver-kotpreferences/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val licenseUrl = "$github/blob/main/LICENSE"
kotlin {

// Java
jvm()
//jvm()

// Android
androidTarget {
Expand Down
2 changes: 1 addition & 1 deletion library/modules/statesaver-preferences/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val licenseUrl = "$github/blob/main/LICENSE"
kotlin {

// Java
jvm()
//jvm()

// Android
androidTarget {
Expand Down

0 comments on commit 7ee37bd

Please sign in to comment.