Compare commits
3 Commits
d5a66f6853
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
|
736aa9ffbd
|
|||
|
90502d4ed4
|
|||
|
21769c20c4
|
@@ -1,6 +1,6 @@
|
||||
# cli-kt
|
||||
# cli.kt
|
||||
|
||||
`cli-kt` is a Kotlin Multiplatform framework for implementing terminal applications.
|
||||
`cli.kt` is a Kotlin Multiplatform framework for implementing terminal applications.
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[versions]
|
||||
infendro = "1.0.0"
|
||||
infendro = "1.1.0"
|
||||
kotlin = "2.3.0"
|
||||
|
||||
[plugins]
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
package com.infendro.cli.exception
|
||||
|
||||
abstract class BuildException : Exception()
|
||||
abstract class BuildException : Exception() {
|
||||
abstract override val message: String
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user