Cleanup
This commit is contained in:
parent
740e3a9d01
commit
b4e37a5877
4 changed files with 9 additions and 4 deletions
5
.idea/jarRepositories.xml
generated
5
.idea/jarRepositories.xml
generated
|
@ -21,5 +21,10 @@
|
|||
<option name="name" value="maven" />
|
||||
<option name="url" value="https://oss.sonatype.org/content/repositories/snapshots" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="MavenLocal" />
|
||||
<option name="name" value="MavenLocal" />
|
||||
<option name="url" value="file:$MAVEN_REPOSITORY$/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
|
@ -9,7 +9,7 @@ A simple Kotlin/Java/Android implementation of the spot price [Coinbase Public A
|
|||
## Examples (TL;DR)
|
||||
|
||||
```kotlin
|
||||
import net.thauvin.erik.crypto.CryptoPrice
|
||||
import net.thauvin.erik.crypto.CryptoPrice.Companion.marketPrice
|
||||
|
||||
// ...
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
package net.thauvin.erik.crypto
|
||||
|
||||
@Suppress("EmptySecondaryConstructor", "unused")
|
||||
@Suppress("unused")
|
||||
class CryptoException : Exception {
|
||||
var statusCode = NO_STATUS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue