mirror of
https://github.com/HighCapable/KavaRef.git
synced 2025-09-07 19:14:11 +08:00
Initial commit
This commit is contained in:
10
kavaref-android-stub/build.gradle.kts
Normal file
10
kavaref-android-stub/build.gradle.kts
Normal file
@@ -0,0 +1,10 @@
|
||||
plugins {
|
||||
id("java")
|
||||
}
|
||||
|
||||
group = property.project.groupName
|
||||
|
||||
java {
|
||||
sourceCompatibility = JavaVersion.VERSION_17
|
||||
targetCompatibility = JavaVersion.VERSION_17
|
||||
}
|
Reference in New Issue
Block a user