Skip to content

Commit

Permalink
Suppress warning
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Mar 13, 2024
1 parent d7941cb commit 41dcf22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions library/base16/src/jvmMain/java9/module-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@SuppressWarnings("JavaModuleNaming")
module io.matthewnelson.encoding.base16 {
requires kotlin.stdlib;
requires io.matthewnelson.encoding.core;
Expand Down
1 change: 1 addition & 0 deletions library/base32/src/jvmMain/java9/module-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@SuppressWarnings("JavaModuleNaming")
module io.matthewnelson.encoding.base32 {
requires kotlin.stdlib;
requires io.matthewnelson.encoding.core;
Expand Down
1 change: 1 addition & 0 deletions library/base64/src/jvmMain/java9/module-info.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@SuppressWarnings("JavaModuleNaming")
module io.matthewnelson.encoding.base64 {
requires kotlin.stdlib;
requires io.matthewnelson.encoding.core;
Expand Down

0 comments on commit 41dcf22

Please sign in to comment.