Shot icon indicating copy to clipboard operation
Shot copied to clipboard

Add support to Kotlin DSL

Open vyguera opened this issue 2 years ago • 2 comments

Expected behaviour

As a developer I would like to be able to configure Shot using Kotlin DSL notation

Actual behaviour

There's no official or documented support for DSL

Steps to reproduce

In your module's build.gradle.kts file add the following, and try to synchronize:

plugins {
  id("com.karumi.shot") version "5.13.0"
}

Gradle is not able to resolve plugin artifact 'com.karumi.shot:com.karumi.shot.gradle.plugin:5.13.0'

Version of the library

5.13.0

vyguera avatar Mar 25 '22 09:03 vyguera

Am I able to use this library at all without converting back to Groovy for Gradle?

zaaaach avatar Aug 04 '22 20:08 zaaaach

@zaaaach see https://github.com/pedrovgs/Shot/issues/319

shen-david avatar Oct 11 '22 21:10 shen-david