Skip to content

Commit

Permalink
Adapt to changes in the initialzr library
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Aug 7, 2024
1 parent d5b25e8 commit f98159a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class KotlinTestContainersApplicationCodeProjectContributor extends
KotlinTestContainersApplicationCodeProjectContributor(IndentingWriterFactory indentingWriterFactory,
ProjectDescription description, ServiceConnections serviceConnections) {
super(description, serviceConnections, KotlinSourceCode::new,
new KotlinSourceCodeWriter(indentingWriterFactory));
new KotlinSourceCodeWriter(description.getLanguage(), indentingWriterFactory));
}

@Override
Expand Down

0 comments on commit f98159a

Please sign in to comment.