nanodeath
02/14/2021, 11:03 PMimplementation
dependencies into build/lib, but a Copy task with from(configurations.compile)
isn't copying anything at all; I think I need something special to get the Kotlin project's dependencies or something. suggestions?Vampire
02/14/2021, 11:09 PMcompile
, it is deprecated since years and also not meant for consumption. Use compileClasspath
instead, that will probably work.nanodeath
02/15/2021, 12:32 AMVampire
02/15/2021, 12:33 AMnanodeath
02/15/2021, 12:33 AMVampire
02/15/2021, 12:34 AMVampire
02/15/2021, 12:34 AMnanodeath
02/15/2021, 12:39 AMnanodeath
02/15/2021, 12:39 AMnanodeath
02/15/2021, 12:40 AMVampire
02/15/2021, 12:41 AMVampire
02/15/2021, 12:42 AMVampire
02/15/2021, 12:42 AMnanodeath
02/15/2021, 12:42 AMnanodeath
02/15/2021, 12:42 AMVampire
02/15/2021, 12:42 AM