Skip to content

Commit

Permalink
fun
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklangiewicz committed Nov 30, 2023
1 parent 01d4999 commit 9ef739e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kotlinsample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fun RepositoryHandler.defaultRepos(
}

fun TaskCollection<Task>.defaultKotlinCompileOptions(
jvmTargetVer: String = "21", // FIXME NOW: temporarily hardcoded
jvmTargetVer: String = "21", // FIXME NOW: update deps and use versNew.JvmDefaultVer,
renderInternalDiagnosticNames: Boolean = false,
) = withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions {
Expand Down
2 changes: 1 addition & 1 deletion rxmock/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ fun RepositoryHandler.defaultRepos(
}

fun TaskCollection<Task>.defaultKotlinCompileOptions(
jvmTargetVer: String = "21", // FIXME NOW: temporarily hardcoded
jvmTargetVer: String = "21", // FIXME NOW: update deps and use versNew.JvmDefaultVer,
renderInternalDiagnosticNames: Boolean = false,
) = withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile>().configureEach {
kotlinOptions {
Expand Down

0 comments on commit 9ef739e

Please sign in to comment.