Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

Commit

Permalink
Add 'assent' prefix to Kotlin module names, resolves #23
Browse files Browse the repository at this point in the history
  • Loading branch information
afollestad committed Dec 26, 2022
1 parent 42a6905 commit e1d33e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
subprojects {
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
kotlinOptions {
freeCompilerArgs += ['-module-name', project.path.substring(1).replace(':', '')]
freeCompilerArgs += ['-module-name', 'assent-' + project.path.substring(1).replace(':', '')]
}
}
}
Expand Down

0 comments on commit e1d33e1

Please sign in to comment.