Skip to content

Commit

Permalink
Re-ordered a couple of items in the "library/build.gradle" file.
Browse files Browse the repository at this point in the history
  • Loading branch information
adil-hussain-84 committed Jan 19, 2024
1 parent 9e20312 commit d158d53
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ android {
compose = true
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}

compileOptions {
sourceCompatibility(JavaVersion.VERSION_17)
targetCompatibility(JavaVersion.VERSION_17)
}

composeOptions {
kotlinCompilerExtensionVersion = libs.versions.compose.compiler.get()
}

kotlinOptions {
jvmTarget = JavaVersion.VERSION_17
}
Expand Down

0 comments on commit d158d53

Please sign in to comment.