wakingrufus
10/23/2020, 10:12 PMfun PluginDependenciesSpecScope.libraryPlugins(){
id("java-library")
id("io.freefair.lombok")
}
which could then be called in a project like
plugins {
libraryPlugins()
}
or better yet, an extension method that could be invoked at the root in the project script that could add plugins and dependencies all at once? For some reason, I just get unresolved references, even though my IDE thinks it is finembonnin
10/23/2020, 10:30 PMplugins {}
block is very special, you cannot execute arbitrary kotlin code insidembonnin
10/23/2020, 10:32 PMwakingrufus
10/23/2020, 11:03 PMgildor
10/24/2020, 1:45 AMgildor
10/24/2020, 1:45 AMwakingrufus
10/24/2020, 1:55 AMwakingrufus
10/24/2020, 2:00 AMgildor
10/24/2020, 1:59 PMgildor
10/24/2020, 2:02 PMwakingrufus
10/26/2020, 8:14 PMwakingrufus
10/26/2020, 8:14 PMwakingrufus
10/26/2020, 8:15 PM