<@U5RU888H0> yeah, but I used `kotlin-allopen`
# gradle
d
@oleksandr.samsonov yeah, but I used
kotlin-allopen
o
douglarek: Do you made @Configuration annotation to make class open
as this: allOpen { annotation(“com.my.Annotation”) }
d
nope; kotlin-spring will open
@Configuration,@Controller,@RestController,@Service, @Repository
by default
o
Then I do not know 😞
c
You have to have kotlin-allopen in the classpath, and in the
apply {}
you need to apply
plugin("org.jetbrains.kotlin.plugin.spring")