This commit is contained in:
Erik C. Thauvin 2021-05-08 23:09:50 -07:00
parent aac0d273cf
commit 1a80f6ab89
13 changed files with 154 additions and 21 deletions

View file

@ -19,7 +19,7 @@ dependencies {
}
application {
mainClassName = "com.example.CryptoPriceExampleKt"
mainClass.set("com.example.CryptoPriceExampleKt")
}
tasks {