mirror of
https://github.com/skylot/jadx.git
synced 2024-11-23 12:50:02 +00:00
14 lines
202 B
Plaintext
14 lines
202 B
Plaintext
plugins {
|
|
`kotlin-dsl`
|
|
}
|
|
|
|
dependencies {
|
|
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21")
|
|
|
|
implementation("org.openrewrite:plugin:6.19.1")
|
|
}
|
|
|
|
repositories {
|
|
gradlePluginPortal()
|
|
}
|