mirror of
https://github.com/QM4RS/FridaBox.git
synced 2026-09-24 01:52:11 +02:00
8 lines
142 B
Kotlin
8 lines
142 B
Kotlin
plugins {
|
|
id("java-library")
|
|
}
|
|
java {
|
|
sourceCompatibility = JavaVersion.VERSION_17
|
|
targetCompatibility = JavaVersion.VERSION_17
|
|
}
|