This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2024-12-19 13:30:55 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
96bed8f57f
prog8
/
build.gradle.kts
11 lines
132 B
Plaintext
Raw
Normal View
History
Unescape
Escape
updated gradle scripts (fixed warnings), updated some library dependencies
2021-06-13 16:10:07 +00:00
plugins {
update to kotlin 2.1.0
2024-11-28 02:49:07 +00:00
kotlin("jvm") version "2.1.0"
simplified gradle config, automatically run installDist task after build
2021-10-30 10:01:52 +00:00
}
allprojects {
repositories {
mavenLocal()
mavenCentral()
}
update to kotlin 2.1.0
2024-11-28 02:49:07 +00:00
}
Reference in New Issue
Copy Permalink