Fix runners, use api because yarn breaks if same project has local sources and reference to build remote library

This commit is contained in:
Ugljesa Jovanovic 2022-10-06 12:26:35 +02:00
parent 13a880cc73
commit fec0f36dc3
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F

View File

@ -0,0 +1,5 @@
import com.ionspin.kotlin.crypto.sample.Sample
fun main() {
Sample.runSample()
}