Add build and publish the jar libra

This commit is contained in:
2020-08-27 10:19:50 +07:00
parent 32441f7de6
commit a8841a537d
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
package com.cubetiqs.libra.moneyutils
interface MoneyExchangeAdapter {
fun getRate(currency: String): Double
}