Skip to content

Starlight220/ActionsKtLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActionsKtLib

Kotlin Library for GitHub Actions

Adding the dependency

Add JitPack as a repository:

repositories {
  // other repositories first
    
  maven { url 'https://jitpack.io' }
}

And then add the dependency:

dependencies {
  implementation 'com.github.Starlight220:ActionsKtLib:v1.01'
}

Comparison to similar projects