added kotlin to module-info

master
Robinson 2021-08-22 15:48:30 -06:00
parent 37d92adc1f
commit af849d055c
1 changed files with 2 additions and 0 deletions

View File

@ -7,5 +7,7 @@ module dorkbox.serializers {
requires static org.bouncycastle.provider;
requires kotlin.stdlib;
requires java.base;
}