10 lines
183 B
Kotlin
10 lines
183 B
Kotlin
plugins {
|
|
id("elex-java")
|
|
}
|
|
|
|
|
|
dependencies {
|
|
// https://mvnrepository.com/artifact/nl.basjes.parse.useragent/yauaa
|
|
implementation("com.github.ua-parser:uap-java:1.6.1")
|
|
}
|