AA: introduce static project structure provider by compiler configuration
Also add standalone mode utils to configure Application/Project environments
This commit is contained in:
committed by
Ilya Kirillov
parent
d219de0f88
commit
26e923e3ae
@@ -0,0 +1,8 @@
|
||||
package test
|
||||
|
||||
annotation class MyAnno
|
||||
|
||||
@<caret>MyAnno
|
||||
class Foo {
|
||||
fun bar(): Int = 42
|
||||
}
|
||||
Reference in New Issue
Block a user