iamthevoid
05/24/2021, 7:04 AMbuildSrc
build.gradle.kts? Import directive and usage looks good (compiler do not warn) but when i try to build project i get many errors looks like build.gradle.kts of buildSrc failed to buildephemient
05/24/2021, 7:38 AMjava
is resolving to the Gradle extension name and not the package nameephemient
05/24/2021, 7:39 AMiamthevoid
05/24/2021, 7:43 AMephemient
05/24/2021, 9:28 AMiamthevoid
05/24/2021, 9:31 AMiamthevoid
05/24/2021, 9:32 AMln gradle.properties buildSrc/gradle.properties
and then
project.properties["NAME"]
iamthevoid
05/24/2021, 9:34 AMVampire
05/24/2021, 9:34 AMFileInputStream
and Properties
work fine if you use them properly. I guess you just don't use the right paths. If you would have provided what actual error you have, this would have been much more obvious.Vampire
05/24/2021, 9:36 AMiamthevoid
05/24/2021, 9:45 AM