We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73e698 commit e831067Copy full SHA for e831067
build.gradle
@@ -8,6 +8,7 @@ ext.moduleName = 'com.github.kotlin_graphics.kotlin_unsigned'
8
9
dependencies {
10
11
+ implementation "org.jetbrains.kotlin:kotlin-stdlib"
12
implementation "org.jetbrains.kotlin:kotlin-reflect" // fix kotlintest classpath warnings
13
14
testImplementation 'io.kotlintest:kotlintest-runner-junit5:3.1.10'
0 commit comments