File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
module org .kotlincrypto .core {
2
- requires kotlin .stdlib ;
2
+ requires transitive kotlin .stdlib ;
3
3
4
4
exports org .kotlincrypto .core ;
5
5
}
Original file line number Diff line number Diff line change 1
1
module org .kotlincrypto .core .digest {
2
2
requires kotlin .stdlib ;
3
- requires org .kotlincrypto .core ;
3
+ requires transitive org .kotlincrypto .core ;
4
4
5
5
exports org .kotlincrypto .core .digest ;
6
6
exports org .kotlincrypto .core .digest .internal ;
Original file line number Diff line number Diff line change 1
1
module org .kotlincrypto .core .mac {
2
2
requires kotlin .stdlib ;
3
- requires org .kotlincrypto .core ;
3
+ requires transitive org .kotlincrypto .core ;
4
4
5
5
exports org .kotlincrypto .core .mac ;
6
6
}
Original file line number Diff line number Diff line change 1
1
module org .kotlincrypto .core .xof {
2
2
requires kotlin .stdlib ;
3
- requires org .kotlincrypto .core ;
3
+ requires transitive org .kotlincrypto .core ;
4
4
requires org .kotlincrypto .endians ;
5
5
6
6
exports org .kotlincrypto .core .xof ;
You can’t perform that action at this time.
0 commit comments