mirror of
https://github.com/irmen/prog8.git
synced 2025-01-10 20:30:23 +00:00
kotlin 1.5.31
This commit is contained in:
parent
97836e18b2
commit
846951cda7
@ -4,4 +4,4 @@ org.gradle.parallel=true
|
||||
org.gradle.daemon=true
|
||||
kotlin.code.style=official
|
||||
javaVersion=11
|
||||
kotlinVersion=1.5.30
|
||||
kotlinVersion=1.5.31
|
||||
|
@ -1,8 +1,10 @@
|
||||
include ':parser'
|
||||
include ':compilerInterfaces'
|
||||
include ':compilerAst'
|
||||
include ':codeOptimizers'
|
||||
include ':codeGeneration'
|
||||
include ':compiler'
|
||||
include ':dbusCompilerService'
|
||||
include ':httpCompilerService'
|
||||
include(
|
||||
':parser',
|
||||
':compilerInterfaces',
|
||||
':compilerAst',
|
||||
':codeOptimizers',
|
||||
':codeGeneration',
|
||||
':compiler',
|
||||
':dbusCompilerService',
|
||||
':httpCompilerService'
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user